From 8be02759ae2f07cd0748dd230fb75ae4b83f2f86 Mon Sep 17 00:00:00 2001 From: Pete Huang Date: Mon, 2 Jan 2017 10:47:57 -0800 Subject: [PATCH] DOC: Fix invalid nose argument in testing.rst --- doc/devel/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/testing.rst b/doc/devel/testing.rst index f08199810aa1..1129069eea2e 100644 --- a/doc/devel/testing.rst +++ b/doc/devel/testing.rst @@ -85,7 +85,7 @@ a colon, e.g., (this is assuming the test is installed):: If you want to run the full test suite, but want to save wall time try running the tests in parallel:: - python tests.py --nocapture --nose-verbose --processes=5 --process-timeout=300 + python tests.py --nocapture --verbose --processes=5 --process-timeout=300 An alternative implementation that does not look at command line