diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-29 07:46:08 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-03-29 07:46:55 +0200 |
| commit | 0da90533f2bc66e9cf54e9b9795ecbbdc2618bd6 (patch) | |
| tree | de429895417ef777e4ef56b87f582ed0c54309cd /docs/internals/contributing/writing-code/unit-tests.txt | |
| parent | 7f69c0d9f7ab830a69aef3b218d0888118844e61 (diff) | |
[4.0.x] Updated various links to HTTPS and new locations.
Backport of 010a9d8a4f45252b908337988690c3fad138e334 from main
Diffstat (limited to 'docs/internals/contributing/writing-code/unit-tests.txt')
| -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 db0a732d2f..af397f40c0 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: |
