Skip to content

Commit 437073c

Browse files
authored
Merge pull request #839 from chrisgorgo/test_volumeutils2pytest
converted test_volumeutils to pytest
2 parents 9acc769 + 049b1f1 commit 437073c

File tree

3 files changed

+176
-179
lines changed

3 files changed

+176
-179
lines changed

.azure-pipelines/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cd for_testing
4242
cp ../.coveragerc .
4343
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
44-
pytest -v ../nibabel/tests/test_affines.py
44+
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
4545
displayName: 'Nose tests'
4646
- script: |
4747
cd for_testing

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ script:
132132
cd for_testing
133133
cp ../.coveragerc .
134134
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
135-
pytest -v ../nibabel/tests/test_affines.py
135+
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
136136
else
137137
false
138138
fi

0 commit comments

Comments
 (0)