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
103103-------------------
104104
105105The 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 ::
107107
108- python -c "import nipype; nipype. test()"
108+ make test
109109
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
117110
118111A successful test run should complete in a few minutes and end with
119112something like::
120113
121- Ran 13053 tests in 126.618s
114+ ----------------------------------------------------------------------
115+ Ran 17922 tests in 107.254s
116+
117+ OK (SKIP=27)
122118
123- OK (SKIP=66)
124119
125120All tests should pass (unless you're missing a dependency). If SUBJECTS_DIR
126121variable is not set some FreeSurfer related tests will fail. If any tests
You can’t perform that action at this time.
0 commit comments