Files
lab-coverage-maksktl/.github/classroom/autograding.json
T
github-classroom[bot] 35a9c9319a Initial commit
2024-02-28 19:40:11 +00:00

14 lines
307 B
JSON

{
"tests": [
{
"name": "Regression",
"setup": "sudo -H pip3 install poetry ; poetry install",
"run": "poetry run pytest .",
"input": "",
"output": "",
"comparison": "included",
"timeout": 5,
"points": 1
}
]
}