mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Changed some words to use inline markup.
This commit is contained in:
parent
b1005c0e40
commit
67b5f506a6
21 changed files with 43 additions and 50 deletions
|
@ -78,7 +78,7 @@ Django's JavaScript tests use `QUnit`_. Here is an example test module:
|
|||
});
|
||||
|
||||
|
||||
Please consult the QUnit documentation for information on the types of
|
||||
Please consult the ``QUnit`` documentation for information on the types of
|
||||
`assertions supported by QUnit <https://api.qunitjs.com/assert/>`_.
|
||||
|
||||
Running tests
|
||||
|
|
|
@ -107,8 +107,9 @@ The remainder of this documentation shows commands for running tests without
|
|||
``tox``, however, any option passed to ``runtests.py`` can also be passed to
|
||||
``tox`` by prefixing the argument list with ``--``, as above.
|
||||
|
||||
Tox also respects the :envvar:`DJANGO_SETTINGS_MODULE` environment variable, if
|
||||
set. For example, the following is equivalent to the command above:
|
||||
``Tox`` also respects the :envvar:`DJANGO_SETTINGS_MODULE` environment
|
||||
variable, if set. For example, the following is equivalent to the command
|
||||
above:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue