Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c676432

Browse files
authored
Merge pull request #7727 from petehuang/doc-remove-nose-verbose
DOC: Fix invalid nose argument in testing.rst
2 parents 494dc09 + 8be0275 commit c676432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ a colon, e.g., (this is assuming the test is installed)::
8585
If you want to run the full test suite, but want to save wall time try
8686
running the tests in parallel::
8787

88-
python tests.py --nocapture --nose-verbose --processes=5 --process-timeout=300
88+
python tests.py --nocapture --verbose --processes=5 --process-timeout=300
8989

9090

9191
An alternative implementation that does not look at command line

0 commit comments

Comments
 (0)