Skip to content

Commit

Permalink
Added simple test
Browse files Browse the repository at this point in the history
  • Loading branch information
glycojones committed Jan 11, 2023
1 parent 9661656 commit 7c19750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import time
from os import path

from iris_validation import generate_report

Expand Down Expand Up @@ -27,6 +28,7 @@
calculate_rama_z=True,
multiprocessing=True,
output_dir=OUTPUT_DIR)
assert path.exists(OUTPUT_DIR)

t1 = time.time()
print('Time taken:', round(t1-t0, 2), 's')
Expand Down

0 comments on commit 7c19750

Please sign in to comment.