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 ab4383b commit 6e9ba37Copy full SHA for 6e9ba37
1 file changed
doc/devel/coding_guide.rst
@@ -683,6 +683,14 @@ please ignore it while we consolidate our testing to these locations.)
683
684
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
685
686
+Running the tests
687
+-----------------
688
+
689
+Running the tests is simple. Make sure you have nose installed and
690
+type from within Python::
691
692
+ import matplotlib
693
+ matplotlib.test()
694
695
Writing a simple test
696
---------------------
0 commit comments