Skip to content

Commit

Permalink
Update GitHub Classroom Autograding
Browse files Browse the repository at this point in the history
  • Loading branch information
github-classroom[bot] authored Nov 16, 2023
1 parent 0d291cf commit 785dc4c
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -1,24 +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
},
{
"name": "Running Pytest V2",
"setup": "pip install -r ./requirementes.txt",
"run": "pytest .",
"input": "",
"output": "",
"comparison": "exact",
"timeout": 10,
"points": 1
"points": 2
}
]
}

0 comments on commit 785dc4c

Please sign in to comment.