Thanks to visit codestin.com Credit goes to github.com
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 4356063 commit 594c5ebCopy full SHA for 594c5eb
doc/devel/testing.rst
@@ -67,7 +67,7 @@ To run a single test from the command line, you can provide a
67
dot-separated path to the module followed by the function separated by
68
a colon, e.g., (this is assuming the test is installed)::
69
70
- python setup.py tests --tests=matplotlib.tests.test_simplification:test_clipping
+ python setup.py test --tests=matplotlib.tests.test_simplification:test_clipping
71
72
If you want to run the full test suite, but want to save wall time try
73
running the tests in parallel::
0 commit comments