Skip to content

Commit

Permalink
Fix grader test
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Nov 12, 2024
1 parent c4b42f7 commit e8aff76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_grader.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def test_grader_config(config_factory, cli_factory):

config : Config = config_factory("ConfigGrade.json")
args : CLIArgs = cli_factory(**{
"mode": "grade",
"output_file": "Grades.csv",
"failure_log": "Failures.txt",
"timeout": 1
Expand Down

0 comments on commit e8aff76

Please sign in to comment.