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 0af3c48 commit 87497bfCopy full SHA for 87497bf
1 file changed
doc/devel/coding_guide.rst
@@ -637,6 +637,13 @@ type from within Python::
637
import matplotlib
638
matplotlib.test()
639
640
+To run a single test from the command line, you can provide
641
+a dot-separated path to the module and function, eg.
642
+(this is assuming the test is installed)::
643
+
644
+ nosetests matplotlib.tests.test_simplification:test_clipping
645
646
647
Writing a simple test
648
---------------------
649
0 commit comments