diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-29 07:46:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-29 07:46:08 +0200 |
| commit | 010a9d8a4f45252b908337988690c3fad138e334 (patch) | |
| tree | 82fde8a8ae412e35cec244ff57d1111f343c88b8 /docs/internals/contributing/writing-code | |
| parent | eb07b5be0ce7c51938ed9b00bae04ebe9a75110c (diff) | |
Updated various links to HTTPS and new locations.
Diffstat (limited to 'docs/internals/contributing/writing-code')
| -rw-r--r-- | docs/internals/contributing/writing-code/unit-tests.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index a2f9b392aa..2bc261666e 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -55,10 +55,10 @@ Having problems? See :ref:`troubleshooting-unit-tests` for some common issues. Running tests using ``tox`` --------------------------- -`Tox <https://tox.readthedocs.io/>`_ is a tool for running tests in different -virtual environments. Django includes a basic ``tox.ini`` that automates some -checks that our build server performs on pull requests. To run the unit tests -and other checks (such as :ref:`import sorting <coding-style-imports>`, the +`Tox <https://tox.wiki/>`_ is a tool for running tests in different virtual +environments. Django includes a basic ``tox.ini`` that automates some checks +that our build server performs on pull requests. To run the unit tests and +other checks (such as :ref:`import sorting <coding-style-imports>`, the :ref:`documentation spelling checker <documentation-spelling-check>`, and :ref:`code formatting <coding-style-python>`), install and run the ``tox`` command from any place in the Django source tree: |
