Utility for quickly importing student's solution and tests for it from git into one fixed location
- Copy
config.ini.example
toconfig.ini
. - Configure repository URLs in
config.ini
.
python3 importer.py <task> [<student>] [<exercise>]
help
- Prints help.import
- Imports students solution and tests for the exercise into "working". Requires student and exercise!update
- Updates tests from tests repository. Will not update tests already in "working".clean
- Cleans the "working" directory, existing student sources and tests.
Student's solution will be imported into working/src
and tests for that exercise will be imported into working/tests
.