Skip to content
Snippets Groups Projects
Commit a0721875 authored by Fabian Pedregosa's avatar Fabian Pedregosa
Browse files

Still some tweaks for the sklearn.test() example

parent 2108f112
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ try:
This will run the test suite and stop at the first failing
example
>>> from sklearn import test
>>> test(extra_argv=['-x']) #doctest: +SKIP
>>> test(extra_argv=['--exe', '-sx']) #doctest: +SKIP
"""
return super(NoseTester, self).test(label=label, verbose=verbose,
extra_argv=extra_argv,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment