blob: 612b71592f3f45c5b98f14c56ee0504d99162ce1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}
]
}
|