Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Dev install troubleshooting#19962

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes fromall commits
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
2 changes: 1 addition & 1 deletiondoc/devel/development_setup.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -132,4 +132,4 @@ Optional, but recommended:
Python packages and must be installed separately. The documentation can be
built without Inkscape and optipng, but the build process will raise various
warnings. If the build process warns that you are missing fonts, make sure
your LaTeX distribution bundles cm-super or install it separately.
your LaTeX distribution bundles cm-super or install it separately.
6 changes: 3 additions & 3 deletionsdoc/devel/testing.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,7 +37,7 @@ Running the tests

In the root directory of your development repository run::

pytest
python -mpytest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

There's anotherpytest call some lines down.



pytest can be configured via a lot of `command-line parameters`_. Some
Expand DownExpand Up@@ -258,10 +258,10 @@ Run the tests
^^^^^^^^^^^^^
To run the all the tests on your installed version of Matplotlib::

pytest --pyargs matplotlib.tests
python -mpytest --pyargs matplotlib.tests

The test discovery scope can be narrowed to single test modules or even single
functions::

pytest --pyargs matplotlib.tests.test_simplification.py::test_clipping
python -mpytest --pyargs matplotlib.tests.test_simplification.py::test_clipping


[8]ページ先頭

©2009-2025 Movatter.jp