Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
fslpy
Commits
d652c88e
Commit
d652c88e
authored
Aug 20, 2021
by
Paul McCarthy
🚵
Browse files
TEST: pass wildcard to imglob
parent
8c69d1bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_scripts/test_imglob.py
View file @
d652c88e
...
...
@@ -100,6 +100,9 @@ def test_imglob_shouldPass2():
(
'file1.hdr file1.img file2.nii'
,
'file1 file2'
,
'primary'
,
'file1.hdr file2.nii'
),
(
'file1.hdr file1.img file2.nii'
,
'file1 file2'
,
'all'
,
'file1.hdr file1.img file2.nii'
),
# muiltiple files, given wildcard
(
'file1.nii file2.nii'
,
'file*'
,
'prefix'
,
'file1 file2'
),
# no file
(
'file.nii'
,
'bag'
,
'prefix'
,
''
),
(
'file.nii'
,
'bag'
,
'primary'
,
''
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment