File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Running the tests is simple. Make sure you have pytest installed and run::
4646
4747in the root directory of the repository.
4848
49- pytest can be configured via a lot of `commandline parameters `_. Some
49+ pytest can be configured via a lot of `command-line parameters `_. Some
5050particularly useful ones are:
5151
5252============================= ===========
@@ -76,11 +76,6 @@ running the tests in parallel::
7676
7777 pytest --verbose -n 5
7878
79- Depending on your version of Python and pytest-xdist, you may need to set
80- ``PYTHONHASHSEED `` to a fixed value when running in parallel::
81-
82- PYTHONHASHSEED=0 pytest --verbose -n 5
83-
8479An alternative implementation that does not look at command line arguments
8580and works from within Python is to run the tests from the Matplotlib library
8681function :func: `matplotlib.test `::
@@ -89,7 +84,7 @@ function :func:`matplotlib.test`::
8984 matplotlib.test()
9085
9186
92- .. _ commandline parameters : http://doc.pytest.org/en/latest/usage.html
87+ .. _ command-line parameters : http://doc.pytest.org/en/latest/usage.html
9388
9489
9590Writing a simple test
You can’t perform that action at this time.
0 commit comments