Skip to content

Commit

Permalink
Assert run success
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMeimar committed Oct 10, 2024
1 parent 131f823 commit 5574b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def run_tests_for_config(config: Config, expected_result: bool):
for test in sp.tests:
result: TestResult = tc_runner.run(test, exe)
result.log()
assert result.did_pass == expected_result

TEST_DIR = os.path.dirname(os.path.abspath(__file__))
COMPILE_LIB_SCRIPT = f"{TEST_DIR}/scripts/test-scripts/compile_lib.py"
Expand Down

0 comments on commit 5574b2a

Please sign in to comment.