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

Skip to content

Commit 6e9ba37

Browse files
committed
docs: describe how to run tests
svn path=/trunk/matplotlib/; revision=7660
1 parent ab4383b commit 6e9ba37

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

doc/devel/coding_guide.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,14 @@ please ignore it while we consolidate our testing to these locations.)
683683

684684
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
685685

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()
686694

687695
Writing a simple test
688696
---------------------

0 commit comments

Comments
 (0)