Skip to content

Commit 63b011b

Browse files
committed
fixed test
1 parent 4db41bd commit 63b011b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

nipype/utils/tests/test_cmd.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,16 @@ def test_run_4d_realign_without_arguments(self):
8383

8484
self.assertEqual(stderr.getvalue(),
8585
"""usage: nipype_cmd nipype.interfaces.nipy FmriRealign4d [-h]
86-
[--between_loops BETWEEN_LOOPS]
86+
[--between_loops [BETWEEN_LOOPS [BETWEEN_LOOPS ...]]]
8787
[--ignore_exception IGNORE_EXCEPTION]
88-
[--loops LOOPS]
88+
[--loops [LOOPS [LOOPS ...]]]
8989
[--slice_order SLICE_ORDER]
90-
[--speedup SPEEDUP]
90+
[--speedup [SPEEDUP [SPEEDUP ...]]]
9191
[--start START]
9292
[--time_interp TIME_INTERP]
9393
[--tr_slices TR_SLICES]
94-
in_file tr
94+
[in_file [in_file ...]]
95+
tr
9596
nipype_cmd nipype.interfaces.nipy FmriRealign4d: error: too few arguments
9697
""")
9798
self.assertEqual(stdout.getvalue(), '')

0 commit comments

Comments
 (0)