From 23761dd5bfe554a2ef64357468f263e7e9891782 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 31 Oct 2020 07:51:57 +0200 Subject: [PATCH] Add the new data file to test_Arbin.py --- tests/test_Arbin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Arbin.py b/tests/test_Arbin.py index c2210eb..8d0e937 100644 --- a/tests/test_Arbin.py +++ b/tests/test_Arbin.py @@ -32,7 +32,7 @@ def test_convert_Arbin_no_mdbtools(testdata_dir, tmpdir): @pytest.mark.skipif(not have_mdbtools, reason='Reading the Arbin file requires MDBTools') -@pytest.mark.parametrize('basename', ['arbin1']) +@pytest.mark.parametrize('basename', ['arbin1', 'UM34_Test005E']) def test_convert_Arbin_to_sqlite_function(testdata_dir, tmpdir, basename): """Convert an Arbin file to SQLite using the functional interface.""" res_file = os.path.join(testdata_dir, basename + '.res')