|
From: <as...@us...> - 2009-09-06 20:13:46
|
Revision: 7660
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7660&view=rev
Author: astraw
Date: 2009-09-06 20:13:36 +0000 (Sun, 06 Sep 2009)
Log Message:
-----------
docs: describe how to run tests
Modified Paths:
--------------
trunk/matplotlib/doc/devel/coding_guide.rst
Modified: trunk/matplotlib/doc/devel/coding_guide.rst
===================================================================
--- trunk/matplotlib/doc/devel/coding_guide.rst 2009-09-06 20:13:06 UTC (rev 7659)
+++ trunk/matplotlib/doc/devel/coding_guide.rst 2009-09-06 20:13:36 UTC (rev 7660)
@@ -683,7 +683,15 @@
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
+Running the tests
+-----------------
+Running the tests is simple. Make sure you have nose installed and
+type from within Python::
+
+ import matplotlib
+ matplotlib.test()
+
Writing a simple test
---------------------
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|