From 010a9d8a4f45252b908337988690c3fad138e334 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 29 Mar 2022 07:46:08 +0200 Subject: Updated various links to HTTPS and new locations. --- docs/internals/contributing/writing-code/unit-tests.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/internals/contributing/writing-code/unit-tests.txt') 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 `_ 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 `, the +`Tox `_ 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 `, the :ref:`documentation spelling checker `, and :ref:`code formatting `), install and run the ``tox`` command from any place in the Django source tree: -- cgit v1.3