Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Sep 22, 2023
1 parent 78d83c3 commit feb79e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/commands/run/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def test_run_solutions(create_package, time_tool):
hide_memory=False)
create_ins_outs(package_path)
command.tests = package_util.get_tests("abc", None)
command.test_md5sums = {os.path.basename(test): util.get_file_md5(test) for test in command.tests}
command.groups = list(sorted(set([command.get_group(test) for test in command.tests])))
command.scores = command.config["scores"]
command.possible_score = command.get_possible_score(command.groups)
Expand Down

0 comments on commit feb79e3

Please sign in to comment.