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

Skip to content

Commit 351308f

Browse files
committed
"python tests.py" should be the documented way to run the tests.
1 parent 4d29959 commit 351308f

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Testing
1919

2020
After installation, you can launch the test suite::
2121

22-
$ make test
22+
python tests.py
2323

2424
Consider reading http://matplotlib.org/devel/coding_guide.html#testing for
2525
more information.

doc/devel/coding_guide.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,12 +384,9 @@ The following software is required to run the tests:
384384
Running the tests
385385
-----------------
386386

387-
Running the tests is simple. Make sure you have nose installed. There are two
388-
options to run tests in matplotlib:
387+
Running the tests is simple. Make sure you have nose installed and run
388+
the script :file:`tests.py` in the root directory of the distribution.
389389

390-
- use the makefile, and type ``make test`` or ``make test-coverage``
391-
392-
- run the script :file:`tests.py` in the root directory of the distribution.
393390
The script can take any of the usual `nosetest arguments`_, such as
394391

395392
=================== ===========

0 commit comments

Comments
 (0)