Skip to content

Commit

Permalink
tests: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 20, 2018
1 parent 296c097 commit 27e2677
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_series_zip_tif_holo.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ def test_time():
# this is the creation date of "singel_holo.tif"
assert ds.get_time(0) == 1529500484

try:
path.unlink()
except OSError:
pass


def test_load_data():
num = 5
Expand Down

0 comments on commit 27e2677

Please sign in to comment.