Skip to content

Commit

Permalink
feat: test TSDB on multiple datasets in CI testing workflow;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Nov 9, 2023
1 parent 11e6359 commit 8af9cfb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_tsdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

DATASETS_TO_TEST = [
"ucr_uea_Wine",
"physionet_2012",
"beijing_multisite_air_quality",
]


Expand All @@ -40,7 +42,7 @@ def test_2_dataset_loading(self):
def test_3_dataset_purging(self):
cached_datasets = tsdb.list_cache()
assert isinstance(cached_datasets, list)
tsdb.delete_cache("ucr_uea_Wine") # delete single
tsdb.delete_cache("physionet_2012") # delete single
tsdb.delete_cache() # delete all

def test_4_logging(self):
Expand Down

0 comments on commit 8af9cfb

Please sign in to comment.