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 4fcb60b commit b16e6f8Copy full SHA for b16e6f8
nipype/interfaces/tests/test_io.py
@@ -492,7 +492,7 @@ def test_bids_fields(tmpdir):
492
reason="Pybids no longer supports Python 2")
493
@pytest.mark.skipif(not dist_is_editable('pybids'),
494
reason="Pybids is not installed in editable mode")
495
-def test_infields_outfields(tmpdir):
+def test_bids_infields_outfields(tmpdir):
496
tmpdir.chdir()
497
infields = ['infield1', 'infield2']
498
outfields = ['outfield1', 'outfield2']
0 commit comments