Skip to content

Commit d35dde7

Browse files
committed
TST: check split filename for niml.dset
1 parent 83cadf6 commit d35dde7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/utils/tests/test_filemanip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def _ignore_atime(stat):
2424
@pytest.mark.parametrize(
2525
"filename, split",
2626
[('foo.nii', ('', 'foo', '.nii')), ('foo.nii.gz', ('', 'foo', '.nii.gz')),
27+
('foo.niml.dset', ('', 'foo', '.niml.dset')),
2728
('/usr/local/foo.nii.gz',
2829
('/usr/local', 'foo', '.nii.gz')), ('../usr/local/foo.nii',
2930
('../usr/local', 'foo', '.nii')),

0 commit comments

Comments
 (0)