Skip to content

Commit

Permalink
Add a test for the Rapp/Ohm column ID
Browse files Browse the repository at this point in the history
  • Loading branch information
chatcannon committed Aug 30, 2021
1 parent 9bbff69 commit de182bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def test_colID_to_dtype(colIDs, expected):
('bio_logic6.mpr', '2012-09-11', None),
# C019P-0ppb-A_C01.mpr stores the date in a different format
('C019P-0ppb-A_C01.mpr', '2019-03-14', '2019-03-14'),
('Rapp_Error.mpr', '2010-12-02', '2010-12-02'),
])
def test_MPR_dates(testdata_dir, filename, startdate, enddate):
"""Check that the start and end dates in .mpr files are read correctly."""
Expand Down

0 comments on commit de182bd

Please sign in to comment.