mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 09:15:34 +00:00
Add a new MPR test file which contains column 174 'Ewe/V'
This commit is contained in:
@@ -106,6 +106,7 @@ def test_parse_BioLogic_date(data, expected):
|
|||||||
# C019P-0ppb-A_C01.mpr stores the date in a different format
|
# C019P-0ppb-A_C01.mpr stores the date in a different format
|
||||||
('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'),
|
||||||
])
|
])
|
||||||
def test_MPR_dates(testdata_dir, filename, startdate, enddate):
|
def test_MPR_dates(testdata_dir, filename, startdate, enddate):
|
||||||
"""Check that the start and end dates in .mpr files are read correctly."""
|
"""Check that the start and end dates in .mpr files are read correctly."""
|
||||||
|
|||||||
BIN
tests/testdata/Ewe_Error.mpr
LFS
vendored
Normal file
BIN
tests/testdata/Ewe_Error.mpr
LFS
vendored
Normal file
Binary file not shown.
2
tests/testdata/Ewe_Error.mpr.license
vendored
Normal file
2
tests/testdata/Ewe_Error.mpr.license
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
SPDX-FileCopyrightText Danzi Federico
|
||||||
|
SPDX-License-Identifier CC-BY-4.0
|
||||||
Reference in New Issue
Block a user