File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -103,24 +103,19 @@ Testing the install
103
103
-------------------
104
104
105
105
The best way to test the install is to run the test suite. If you have
106
- nose _ installed, then do the following::
106
+ nose _ installed, then do the following at the root folder of the repository ::
107
107
108
- python -c "import nipype; nipype. test()"
108
+ make test
109
109
110
- you can also test with nosetests::
111
-
112
- nosetests --with-doctest <installation filepath>/nipype --exclude=external --exclude=testing
113
-
114
- or::
115
-
116
- nosetests --with-doctest nipype
117
110
118
111
A successful test run should complete in a few minutes and end with
119
112
something like::
120
113
121
- Ran 13053 tests in 126.618s
114
+ ----------------------------------------------------------------------
115
+ Ran 17922 tests in 107.254s
116
+
117
+ OK (SKIP=27)
122
118
123
- OK (SKIP=66)
124
119
125
120
All tests should pass (unless you're missing a dependency). If SUBJECTS_DIR
126
121
variable is not set some FreeSurfer related tests will fail. If any tests
You can’t perform that action at this time.
0 commit comments