Skip to content
Snippets Groups Projects
Commit 80ea4d9d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'dev' into f-tsv-importer

parents 5a54dae7 529aa5ca
No related branches found
No related tags found
1 merge request!22Release 0.3
......@@ -67,6 +67,7 @@ class ConverterTest(unittest.TestCase):
r"\this\computer,\this\computer"),
["/this/computer", "/this/computer"])
@pytest.mark.xfail(reason="To be fixed, see Issue #34")
def test_datetime(self):
test_file = os.path.join(os.path.dirname(__file__), "date.xlsx")
self.importer = XLSImporter(converters={'d': datetime_converter,
......@@ -172,6 +173,5 @@ class XLSImporterTest(TableImporterTest):
def test_raise(self):
tmp = NamedTemporaryFile(delete=False, suffix=".lol")
tmp.close()
# TODO ValueError is raised instead
self.assertRaises(DataInconsistencyError, self.importer.read_xls,
tmp.name)
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