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

Skip to content

Commit 4d72d69

Browse files
committed
fixup typo in test docs
1 parent 4e4c624 commit 4d72d69

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
@@ -50,7 +50,7 @@ To run a single test from the command line, you can provide a
5050
dot-separated path to the module followed by the function separated by
5151
a colon, e.g., (this is assuming the test is installed)::
5252

53-
python setup.py tests --tests=matplotlib.tests.test_simplification:test_clipping
53+
python setup.py test --tests=matplotlib.tests.test_simplification:test_clipping
5454

5555
If you want to run the full test suite, but want to save wall time try
5656
running the tests in parallel::

0 commit comments

Comments
 (0)