Skip to content

Commit

Permalink
Made tester automatically delete .thm files
Browse files Browse the repository at this point in the history
  • Loading branch information
Temperz87 committed Nov 21, 2024
1 parent 99b1305 commit f8436bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-deduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,6 @@ def test_deduce_errors(deduce_call, path):
test_deduce(parsers, deduce_call, lib_dir)
test_deduce(parsers, deduce_call, pass_dir)
test_deduce_errors(deduce_call, error_dir)

os.system("rm -f ./lib/*.thm")
os.system("rm -f ./test/should-pass/*.thm")

0 comments on commit f8436bb

Please sign in to comment.