Skip to content

Commit

Permalink
fixed grading hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
domonik committed Oct 25, 2022
1 parent 6cd289a commit 57ab73a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Programming assignment: item a",
"setup": "sudo -H pip3 install -r requirements.txt --quiet",
"run": "pytest -s --no-header --tb=no -rN -x ./tests/test_exercise_sheet2.py -k '4a'",
"run": "pytest -s --no-header --tb=no -rN -x ./tests/test_exercise_sheet1.py -k '4a'",
"input": "",
"output": "",
"comparison": "included",
Expand All @@ -13,7 +13,7 @@
{
"name": "Programming assignment: item b",
"setup": "",
"run": "pytest -s --no-header --tb=no -rN -x ./tests/test_exercise_sheet2.py -k '4b'",
"run": "pytest -s --no-header --tb=no -rN -x ./tests/test_exercise_sheet1.py -k '4b'",
"input": "",
"output": "",
"comparison": "included",
Expand All @@ -23,7 +23,7 @@
{
"name": "Programming assignment: item c",
"setup": "",
"run": "pytest -s --no-header --tb=no -rN -x ./tests/test_exercise_sheet2.py -k '4c'",
"run": "pytest -s --no-header --tb=no -rN -x ./tests/test_exercise_sheet1.py -k '4c'",
"input": "",
"output": "",
"comparison": "included",
Expand Down

0 comments on commit 57ab73a

Please sign in to comment.