Skip to content
Snippets Groups Projects
Verified Commit de06fca7 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

TST: fix sss tests

parent 4b3e4339
No related branches found
No related tags found
1 merge request!37prepare release v0.3.1
File deleted
File deleted
......@@ -67,8 +67,9 @@ class PreviewTest(unittest.TestCase):
assert (table == searchkey).any(axis=None)
badfiles = [os.path.join(os.path.dirname(__file__), "data", f)
for f in ["bad.csv", "bad.tsv", "bad.xls", "bad.xlsx"]]
for f in ["bad.xls", "bad.xlsx"]]
for bfi in badfiles:
print("bfi: ", bfi)
self.assertRaises(ValueError, read_file,
bfi, "."+bfi.split(".")[-1])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment