Skip to content

Commit

Permalink
Link to pytest-xdist
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 3, 2021
1 parent 177cd43 commit 2fb1e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Once you have done this, you can run the Datasette unit tests from inside your `

pytest

You can run the tests faster by using multiple CPU cores with `pytest-xdist` like this::
You can run the tests faster using multiple CPU cores with `pytest-xdist <https://pypi.org/project/pytest-xdist/>`__ like this::

pytest -n auto -m "not serial"

Expand Down

0 comments on commit 2fb1e42

Please sign in to comment.