|
From: <jd...@us...> - 2008-12-10 14:39:53
|
Revision: 6546
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6546&view=rev
Author: jdh2358
Date: 2008-12-10 14:39:44 +0000 (Wed, 10 Dec 2008)
Log Message:
-----------
updated the docs to point to the nose tests
Modified Paths:
--------------
trunk/matplotlib/doc/devel/coding_guide.rst
trunk/matplotlib/doc/devel/release_guide.rst
Modified: trunk/matplotlib/doc/devel/coding_guide.rst
===================================================================
--- trunk/matplotlib/doc/devel/coding_guide.rst 2008-12-10 14:35:49 UTC (rev 6545)
+++ trunk/matplotlib/doc/devel/coding_guide.rst 2008-12-10 14:39:44 UTC (rev 6546)
@@ -46,6 +46,8 @@
* Can you pass :file:`examples/tests/backend_driver.py`? This is our
poor man's unit test.
+* Can you add a test to file:`unit/nose_tests.py` to test your changes?
+
* If you have altered extension code, do you pass
:file:`unit/memleak_hawaii.py`?
Modified: trunk/matplotlib/doc/devel/release_guide.rst
===================================================================
--- trunk/matplotlib/doc/devel/release_guide.rst 2008-12-10 14:35:49 UTC (rev 6545)
+++ trunk/matplotlib/doc/devel/release_guide.rst 2008-12-10 14:39:44 UTC (rev 6546)
@@ -20,6 +20,8 @@
* Run :file:`unit/memleak_hawaii3.py` and make sure there are no
memory leaks
+* Run :file:`unit/nose_tests.py` and make sure all the unit tests are passing
+
* try some GUI examples, eg :file:`simple_plot.py` with GTKAgg, TkAgg, etc...
* remove font cache and tex cache from :file:`.matplotlib` and test
@@ -90,4 +92,4 @@
Announce the release on matplotlib-announce, matplotlib-users and
matplotlib-devel. Include a summary of highlights from the CHANGELOG
-and/or post the whole CHANGELOG since the last release.
\ No newline at end of file
+and/or post the whole CHANGELOG since the last release.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|