Skip to content

Commit

Permalink
fix: link to pytest in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickAlphaC committed Nov 5, 2024
1 parent 07dc479 commit 1296574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/core_concepts/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ And run all your tests with ``mox test``, to get an output like:
This is the most basic setup for testing.

You can additionally use [pytest-xdist](https://pytest-xdist.readthedocs.io/en/stable/) to run your tests in a multi-threaded environment.
You can additionally use `pytest-xdist <https://pytest-xdist.readthedocs.io/en/stable/>`_ to run your tests in a multi-threaded environment.

.. code-block:: console
Expand Down

0 comments on commit 1296574

Please sign in to comment.