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.
2 parents 68e8ef0 + 4a6351b commit c4a249aCopy full SHA for c4a249a
conftest.py renamed to nipype/conftest.py
@@ -8,5 +8,5 @@ def add_np(doctest_namespace):
8
9
10
filepath = os.path.dirname(os.path.realpath(__file__))
11
- datadir = os.path.realpath(os.path.join(filepath, 'nipype/testing/data'))
+ datadir = os.path.realpath(os.path.join(filepath, 'testing/data'))
12
doctest_namespace["datadir"] = datadir
pytest.ini renamed to nipype/pytest.ini
setup.py
@@ -100,15 +100,17 @@ def main():
100
pjoin('testing', 'data', 'dicomdir', '*'),
101
pjoin('testing', 'data', 'bedpostxout', '*'),
102
pjoin('testing', 'data', 'tbss_dir', '*'),
103
- pjoin('testing', 'data', 'brukerdir', '*'),
104
- pjoin('testing', 'data', 'brukerdir', 'pdata', '*'),
+ pjoin('testing', 'data', 'brukerdir', 'fid'),
105
pjoin('testing', 'data', 'brukerdir', 'pdata', '1', '*'),
+ pjoin('testing', 'data', 'ds005', '*'),
106
pjoin('workflows', 'data', '*'),
107
pjoin('pipeline', 'engine', 'report_template.html'),
108
pjoin('external', 'd3.js'),
109
pjoin('interfaces', 'script_templates', '*'),
110
pjoin('interfaces', 'tests', 'realign_json.json'),
111
pjoin('interfaces', 'tests', 'use_resources'),
112
+ 'pytest.ini',
113
+ 'conftest.py',
114
]
115
116
# Python 3: use a locals dictionary
0 commit comments