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 d650d7a commit 3352ae6Copy full SHA for 3352ae6
nipype/interfaces/tests/test_io.py
@@ -591,7 +591,7 @@ def test_bids_fields(tmpdir):
591
reason="Pybids no longer supports Python 2")
592
@pytest.mark.skipif(not dist_is_editable('pybids'),
593
reason="Pybids is not installed in editable mode")
594
-def test_infields_outfields(tmpdir):
+def test_bids_infields_outfields(tmpdir):
595
tmpdir.chdir()
596
infields = ['infield1', 'infield2']
597
outfields = ['outfield1', 'outfield2']
0 commit comments