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

Skip to content

Commit 7a5f3d5

Browse files
committed
Update information about running tests.
1 parent 8f09688 commit 7a5f3d5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

doc/devel/release_guide.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,20 @@ When doing a release
1717
Testing
1818
=======
1919

20-
* Make sure :file:`examples/tests/backend_driver.py` runs without errors
21-
and check the output of the PNG, PDF, PS and SVG backends
20+
* Run all of the regression tests by running the `tests.py` script at
21+
the root of the source tree.
2222

2323
* Run :file:`unit/memleak_hawaii3.py` and make sure there are no
2424
memory leaks
2525

26-
* Run :file:`unit/nose_tests.py` and make sure all the unit tests are passing
27-
2826
* try some GUI examples, eg :file:`simple_plot.py` with GTKAgg, TkAgg, etc...
2927

3028
* remove font cache and tex cache from :file:`.matplotlib` and test
3129
with and without cache on some example script
3230

31+
* Optionally, make sure :file:`examples/tests/backend_driver.py` runs
32+
without errors and check the output of the PNG, PDF, PS and SVG
33+
backends
3334

3435
.. _release-branching:
3536

@@ -100,7 +101,6 @@ the release branch and merged into the trunk.
100101
Uploading
101102
=========
102103

103-
104104
* Post the win32 and OS-X binaries for testing and make a request on
105105
matplotlib-devel for testing. Pester us if we don't respond
106106

0 commit comments

Comments
 (0)