Skip to content

Commit c3a7acc

Browse files
committed
80 word wrap + testing
1 parent d19363d commit c3a7acc

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

doc/devel/development_setup.rst

+8-10
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ and activated with one of the following::
2626
<file folder location>\Scripts\Activate.ps1 # Windows PowerShell
2727

2828
Whenever you plan to work on Matplotlib, remember to activate the development
29-
environment in your shell.
29+
environment in your shell.
3030

3131
Retrieving the latest version of the code
3232
=========================================
@@ -65,7 +65,7 @@ also happen if you change branches) you will have to re-run
6565
Additional dependencies for testing
6666
===================================
6767
This section lists the additional software required for
68-
:ref:`running the tests <testing>`.
68+
:ref:`running the tests <testing>`.
6969

7070
Required:
7171

@@ -133,11 +133,9 @@ Optional, but recommended:
133133
built without Inkscape and optipng, but the build process will raise various
134134
warnings. If the build process warns that you are missing fonts, make sure
135135
your LaTeX distribution bundles cm-super or install it separately.
136-
137-
.. _troubleshooting:
138-
139-
Troubleshooting
140-
===============
141-
* pytest - If the test runner is failing, verify that the pytest you are using
142-
is installed in your environment using the ``which pytest`` and ``which python``
143-
commands. If the paths are not the same, install pytest in your environment.
136+
137+
Troubleshooting
138+
===============
139+
* pytest - If the test runner is failing, verify that the pytest you are using
140+
is installed in your environment using the ``which pytest`` and ``which python``
141+
commands. If the paths are not the same, install pytest in your environment.

doc/devel/testing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Running the tests
3737

3838
In the root directory of your development repository run::
3939

40-
pytest
40+
python -m pytest
4141

4242

4343
pytest can be configured via a lot of `command-line parameters`_. Some

0 commit comments

Comments
 (0)