Skip to content

Commit

Permalink
Added part of code not covered yet. this refs #294
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 2, 2024
1 parent a7bb37a commit fc60d5a
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 @@ -97,6 +97,7 @@ def test_load_data(
# error_0: incorrect input argument types
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_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 fc60d5a

Please sign in to comment.