ue_pe_web/scripts/01_intro_python/STUDENT_COMPLETE_VERSIONS.md

555 B

student and complete

Python code and tests are written in two files: myfile_student.py and myfile_complete.py. The former has holes in it, for the students to complete, while the latter has the full code and test.

In order to execute the tests -- or export the directory to a new repo for the students, one needs to remove the _student or _complete part. The exec.sh scripts does that for you: use ./exec.sh student to create the student package, ./exec.sh complete to build the complete package, and ./exec.sh reset to reset files.