From 01e6afc6ed02e79239a1d48f37f0e6ecd215195c Mon Sep 17 00:00:00 2001 From: "github-classroom[bot]" <66690702+github-classroom[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:14:06 +0000 Subject: [PATCH] Update GitHub Classroom Autograding --- .github/classroom/autograding.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/classroom/autograding.json b/.github/classroom/autograding.json index 74ade24..8c0e60f 100644 --- a/.github/classroom/autograding.json +++ b/.github/classroom/autograding.json @@ -9,6 +9,16 @@ "comparison": "exact", "timeout": 10, "points": 100 + }, + { + "name": "day-01 test", + "setup": "sudo -H pip3 install pytest", + "run": "cd day00 && wget https://bitgarden.tech/test_day00.py && pytest", + "input": "", + "output": "", + "comparison": "exact", + "timeout": 10, + "points": 100 } ] } \ No newline at end of file