We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e8818 commit 008c5a9Copy full SHA for 008c5a9
nipype/testing/tests/test_utils.py
@@ -20,7 +20,8 @@ def test_tempfatfs():
20
with fatfs as tmpdir:
21
yield assert_true, os.path.exists(tmpdir)
22
23
-@patch('subprocess.check_call', MagicMock(side_effect=subprocess.CalledProcessError('','')))
+@patch('subprocess.check_call', MagicMock(
24
+ side_effect=subprocess.CalledProcessError('','')))
25
def test_tempfatfs_calledprocesserror():
26
yield assert_raises, IOError, TempFATFS
27
0 commit comments