Skip to content

Commit

Permalink
tests: add print on exception
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Nov 19, 2024
1 parent 12b899b commit 725f46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dictionary_pickler.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def test_logic() -> None:
try:
remove(filepath)
except (AttributeError, FileNotFoundError):
pass
print("Pickle file already deleted")

0 comments on commit 725f46e

Please sign in to comment.