Skip to content

Commit ce0d729

Browse files
committed
fix documentation
1 parent 27895d0 commit ce0d729

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

doc/users/install.rst

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -103,24 +103,19 @@ Testing the install
103103
-------------------
104104

105105
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 ::
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

118111
A successful test run should complete in a few minutes and end with
119112
something 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

125120
All tests should pass (unless you're missing a dependency). If SUBJECTS_DIR
126121
variable is not set some FreeSurfer related tests will fail. If any tests

0 commit comments

Comments
 (0)