We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4c624 commit 4d72d69Copy full SHA for 4d72d69
doc/devel/testing.rst
@@ -50,7 +50,7 @@ To run a single test from the command line, you can provide a
50
dot-separated path to the module followed by the function separated by
51
a colon, e.g., (this is assuming the test is installed)::
52
53
- python setup.py tests --tests=matplotlib.tests.test_simplification:test_clipping
+ python setup.py test --tests=matplotlib.tests.test_simplification:test_clipping
54
55
If you want to run the full test suite, but want to save wall time try
56
running the tests in parallel::
0 commit comments