1
0
mirror of https://github.com/django/django.git synced 2025-07-07 11:19:12 +00:00

[4.0.x] Improved wording in running Django’s test suite in contributing tutorial.

Backport of 2c76c27a951ee76c6f763a05c7e119305a21c78d from main
This commit is contained in:
Tilak 2022-01-20 13:03:04 +05:30 committed by Mariusz Felisiak
parent 519b6d6070
commit fc5c86c47c

View File

@ -199,8 +199,8 @@ work and haven't broken other parts of Django. If you've never run Django's test
suite before, it's a good idea to run it once beforehand to get familiar with suite before, it's a good idea to run it once beforehand to get familiar with
its output. its output.
Before running the test suite, install its dependencies by ``cd``-ing into the Before running the test suite, enter the Django ``tests/`` directory using the
Django ``tests/`` directory and then running: ``cd tests`` command, and install test dependencies by running:
.. console:: .. console::