add test for column 27 (E_we - E_ce)

This commit is contained in:
Ilka Schulz
2022-11-17 09:49:45 +01:00
committed by Chris Kerr
parent 0b5b5b8ea5
commit 9a61eb35d1
2 changed files with 4 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ def test_parse_BioLogic_date(data, expected):
("C019P-0ppb-A_C01.mpr", "2019-03-14", "2019-03-14"), ("C019P-0ppb-A_C01.mpr", "2019-03-14", "2019-03-14"),
("Rapp_Error.mpr", "2010-12-02", "2010-12-02"), ("Rapp_Error.mpr", "2010-12-02", "2010-12-02"),
("Ewe_Error.mpr", "2021-11-18", "2021-11-19"), ("Ewe_Error.mpr", "2021-11-18", "2021-11-19"),
("col_27_issue_74.mpr", "2022-07-28", "2022-07-28"),
], ],
) )
def test_MPR_dates(testdata_dir, filename, startdate, enddate): def test_MPR_dates(testdata_dir, filename, startdate, enddate):

BIN
tests/testdata/col_27_issue_74.mpr LFS vendored Normal file

Binary file not shown.