Skip to content

Commit 4d3bbcd

Browse files
committed
No more mentions of nose-tests
1 parent aeb0874 commit 4d3bbcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nipype/pipeline/plugins/tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def test_scipy_sparse():
1616

1717
'''
1818
Can use the following code to test that a mapnode crash continues successfully
19-
Need to put this into a nose-test with a timeout
19+
Need to put this into a unit-test with a timeout
2020
2121
import nipype.interfaces.utility as niu
2222
import nipype.pipeline.engine as pe

nipype/pipeline/plugins/tests/test_tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_report_crash():
3838

3939
'''
4040
Can use the following code to test that a mapnode crash continues successfully
41-
Need to put this into a nose-test with a timeout
41+
Need to put this into a unit-test with a timeout
4242
4343
import nipype.interfaces.utility as niu
4444
import nipype.pipeline.engine as pe

0 commit comments

Comments
 (0)