Skip to content

Commit

Permalink
add test for column 27 (E_we - E_ce)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilka Schulz authored and chatcannon committed Jan 20, 2024
1 parent fec3a22 commit 9beb1af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions 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 @@ -107,6 +107,7 @@ def test_parse_BioLogic_date(data, expected):
('C019P-0ppb-A_C01.mpr', '2019-03-14', '2019-03-14'),
('Rapp_Error.mpr', '2010-12-02', '2010-12-02'),
('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):
"""Check that the start and end dates in .mpr files are read correctly."""
Expand Down
3 changes: 3 additions & 0 deletions tests/testdata/col_27_issue_74.mpr
Git LFS file not shown

0 comments on commit 9beb1af

Please sign in to comment.