summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/classroom/autograding.json14
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