Skip to content

Commit

Permalink
Clean up Store at the end of (another) test
Browse files Browse the repository at this point in the history
  • Loading branch information
catileptic committed Mar 26, 2024
1 parent a994d79 commit 8502fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ def test_input_output():
assert len(f.readlines()) == number_of_entities

output_file.unlink()

dataset.drop()
dataset.store.close()

0 comments on commit 8502fba

Please sign in to comment.