File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,12 @@ Testing
2020
2121After installation, you can launch the test suite::
2222
23- python setup.py tests
23+ python setup.py test
24+
25+ Or from the python interpreter::
26+
27+ import matplotlib
28+ matplotlib.test()
2429
2530Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
2631more information.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ A guide for developers who are doing a matplotlib release.
1313Testing
1414=======
1515
16- * Run all of the regression tests by running ``python setup.py tests `` script
16+ * Run all of the regression tests by running ``python setup.py test `` script
1717 at the root of the source tree.
1818
1919* Run :file: `unit/memleak_hawaii3.py ` and make sure there are no
Original file line number Diff line number Diff line change @@ -92,10 +92,6 @@ matplotlib library function :func:`matplotlib.test`::
9292.. _`nosetest arguments` : http://nose.readthedocs.org/en/latest/usage.html
9393
9494
95- Running tests by any means other than `matplotlib.test() ` does not
96- load the nose "knownfailureif" (Known failing tests) plugin, causing
97- known-failing tests to fail for real.
98-
9995Writing a simple test
10096---------------------
10197
You can’t perform that action at this time.
0 commit comments