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] committed May 9, 2023
1 parent 62e8857 commit 7157d0c
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/classroom/autograding.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
{
"tests": [
{
"name": "Test",
"name": "strange_pattern",
"setup": "sudo -H pip3 install pytest numpy",
"run": "pytest",
"run": "pytest test_strange_pattern.py",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": null
"points": 1
},
{
"name": "gaussian_analysis",
"setup": "sudo -H pip3 install pytest numpy",
"run": "pytest test_gaussian_analysis.py",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
},
{
"name": "combination",
"setup": "sudo -H pip3 install pytest numpy",
"run": "pytest test_combination.py",
"input": "",
"output": "",
"comparison": "included",
"timeout": 10,
"points": 1
}
]
}
}

0 comments on commit 7157d0c

Please sign in to comment.