Skip to content

Commit

Permalink
Rework testing suite files
Browse files Browse the repository at this point in the history
  • Loading branch information
henryruhs committed Jun 7, 2024
1 parent 36c25a7 commit aa6fbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_test_outputs_directory() -> str:


def prepare_test_output_directory() -> None:
shutil.rmtree(get_test_outputs_directory())
shutil.rmtree(get_test_outputs_directory(), ignore_errors = True)
os.mkdir(get_test_outputs_directory())


Expand Down

0 comments on commit aa6fbfa

Please sign in to comment.