8000 Change docs to recommend tests.py rather than setup.py test by jenshnielsen · Pull Request #5462 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Change docs to recommend tests.py rather than setup.py test #5462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 12, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Typo
  • Loading branch information
jenshnielsen committed Nov 11, 2015
commit 5411160e93073b049702e4416cec3c03bdf315a4
2 changes: 1 addition & 1 deletion doc/devel/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ commands, such as:
======================== ===========

Additional arguments are passed on to nosetests. See the nose
doumentation for supported arguments. Some of the more important ones are given
documentation for supported arguments. Some of the more important ones are given
here:

============================= ===========
Expand Down
0