Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
isabellaforte committed Nov 20, 2023
2 parents e0cb65f + 15748e4 commit b9e2a4b
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
@@ -1,14 +1,14 @@
{
"tests": [
{
"name": "Running Pytest",
"setup": "pip install -r ./requirements.txt",
"name": "Unit Test Runner",
"setup": "https://gist.githubusercontent.com/eastanganelli/dba76bac7e9b9fc9a3f3d0416e00cbbb/raw/55f72318aadf52fa5fb050c71a83b8038abaf357/testing.sh",
"run": "pytest .",
"input": "",
"output": "",
"comparison": "exact",
"timeout": 10,
"points": 1
"points": 2
}
]
}

0 comments on commit b9e2a4b

Please sign in to comment.