mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
[4.0.x] Updated various links to HTTPS and new locations.
Backport of 010a9d8a4f
from main
This commit is contained in:
parent
7f69c0d9f7
commit
0da90533f2
7 changed files with 12 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue