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

Skip to content

Commit 79c5f5d

Browse files
committed
updated the docs to point to the nose tests
svn path=/trunk/matplotlib/; revision=6546
1 parent 2008bcc commit 79c5f5d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/devel/coding_guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ in mind.
4646
* Can you pass :file:`examples/tests/backend_driver.py`? This is our
4747
poor man's unit test.
4848

49+
* Can you add a test to file:`unit/nose_tests.py` to test your changes?
50+
4951
* If you have altered extension code, do you pass
5052
:file:`unit/memleak_hawaii.py`?
5153

doc/devel/release_guide.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Testing
2020
* Run :file:`unit/memleak_hawaii3.py` and make sure there are no
2121
memory leaks
2222

23+
* Run :file:`unit/nose_tests.py` and make sure all the unit tests are passing
24+
2325
* try some GUI examples, eg :file:`simple_plot.py` with GTKAgg, TkAgg, etc...
2426

2527
* remove font cache and tex cache from :file:`.matplotlib` and test
@@ -90,4 +92,4 @@ Announcing
9092

9193
Announce the release on matplotlib-announce, matplotlib-users and
9294
matplotlib-devel. Include a summary of highlights from the CHANGELOG
93-
and/or post the whole CHANGELOG since the last release.
95+
and/or post the whole CHANGELOG since the last release.

0 commit comments

Comments
 (0)