diff options
author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2023-10-04 16:42:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 16:42:50 +0200 |
commit | a85489f97f67a9f1c2633c2c5a4ab596f04db3f1 (patch) | |
tree | 81ba1edd8160d295e9a82994a7da255ea62e823d | |
parent | Initial commit (diff) | |
download | act4e-a85489f97f67a9f1c2633c2c5a4ab596f04db3f1.tar.gz act4e-a85489f97f67a9f1c2633c2c5a4ab596f04db3f1.zip |
GitHub Classroom Autograding
-rw-r--r-- | .github/classroom/autograding.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json new file mode 100644 index 0000000..612b715 --- /dev/null +++ b/.github/classroom/autograding.json @@ -0,0 +1,14 @@ +{ + "tests": [ + { + "name": "All exercises", + "setup": "", + "run": "docker run -t --rm -v ${PWD}:${PWD} -w ${PWD} python:3.10 bash -c \"pip -q install -U pip; pip -q install -e .; pip -q install -U ACT4E-exercises; act4e-test --collections act4e_checks --module act4e_solutions\"", + "input": "", + "output": "", + "comparison": "included", + "timeout": 10, + "points": null + } + ] +}
\ No newline at end of file |