Skip to content

Commit

Permalink
more unit test to cover untested part. this refs #294
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 2, 2024
1 parent fc60d5a commit 84ac71b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/backend/dataio/test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_load_data(
with pytest.raises(ValueError):
load_data(ct_files=1, ob_files=[], dc_files=[])
load_data(ct_dir=1, ob_files=[], dc_files=[])
load_data(ct_dir="does_not_exist", ob_files=[], dc_files=[])
load_data(ct_files=[], ob_files=[], dc_files=[], ct_fnmatch=1)
load_data(ct_files=[], ob_files=[], dc_files=[], ob_fnmatch=1)
load_data(ct_files=[], ob_files=[], dc_files=[], dc_fnmatch=1)
Expand Down

0 comments on commit 84ac71b

Please sign in to comment.