Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 351308f

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

File tree

Expand file treeCollapse file tree

2 files changed

+3
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-6
lines changed

‎README.txt

Copy file name to clipboardExpand all lines: README.txt
+1-1Lines 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

Copy file name to clipboardExpand all lines: doc/devel/coding_guide.rst
+2-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.