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 20, 2023
1 parent b9e2a4b commit 3226eed
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
{
"tests": [
{
"name": "Unit Test Runner",
"setup": "https://gist.githubusercontent.com/eastanganelli/dba76bac7e9b9fc9a3f3d0416e00cbbb/raw/55f72318aadf52fa5fb050c71a83b8038abaf357/testing.sh",
"name": "requirements.txt",
"setup": "sudo -H pip install -r ./requirements.txt",
"run": "pytest .",
"input": "",
"output": "",
"comparison": "exact",
"timeout": 10,
"points": 2
},
{
"name": "requiementes.txt",
"setup": "sudo -H pip install -r ./requirementes.txt",
"run": "pytest .",
"input": "",
"output": "",
Expand Down

0 comments on commit 3226eed

Please sign in to comment.