File tree 1 file changed +10
-8
lines changed
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
233
233
<https://github.com/scikit-learn/scikit-learn/issues> `_ or to the
234
234
:ref: `mailing_lists `.
235
235
236
- .. note :: **Testing under Windows **
236
+ .. note :: **Alternative testing method **
237
237
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::
239
240
240
241
python -c "import sklearn; sklearn.test()"
241
242
243
+ This method might display doctest failures because of nosetests issues.
242
244
243
245
scikit-learn can also be tested without having the package
244
246
installed. For this you must compile the sources inplace from the
245
247
source directory::
246
248
247
249
python setup.py build_ext --inplace
248
250
249
- Test can now be run using nosetest ::
251
+ Test can now be run using nosetests ::
250
252
251
253
nosetests sklearn/
252
254
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::
255
256
256
- .. warning ::
257
+ make in
257
258
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