File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -233,27 +233,29 @@ otherwise please consider posting an issue into the `bug tracker
233233<https://github.com/scikit-learn/scikit-learn/issues> `_ or to the
234234:ref: `mailing_lists `.
235235
236- .. note :: **Testing under Windows **
236+ .. note :: **Alternative testing method **
237237
238- Testing under Windows should be performed with the follow command::
238+ If for some reason the recommended method is failing for you, please try
239+ the alternate method::
239240
240241 python -c "import sklearn; sklearn.test()"
241242
243+ This method might display doctest failures because of nosetests issues.
242244
243245scikit-learn can also be tested without having the package
244246installed. For this you must compile the sources inplace from the
245247source directory::
246248
247249 python setup.py build_ext --inplace
248250
249- Test can now be run using nosetest ::
251+ Test can now be run using nosetests ::
250252
251253 nosetests sklearn/
252254
253- If you are running the development version, this is automated in the
254- commands `make in ` and `make test `.
255+ This is automated in the commands::
255256
256- .. warning ::
257+ make in
257258
258- Because nosetest does not play well with multiprocessing on
259- windows, this last approach is not recommended on such system.
259+ and::
260+
261+ make test
You can’t perform that action at this time.
0 commit comments