Skip to content

Commit

Permalink
Fixed versionchanged indentation in unit-tests.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag authored and timgraham committed Oct 23, 2014
1 parent bc6caa5 commit 22c85bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/internals/contributing/writing-code/unit-tests.txt
Expand Up @@ -36,14 +36,14 @@ sample settings module that uses the SQLite database. To run the tests:

.. versionchanged:: 1.7

Older versions of Django required specifying a settings file:
Older versions of Django required specifying a settings file:

.. code-block:: bash
.. code-block:: bash

$ PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_sqlite
$ PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_sqlite

``runtests.py`` now uses ``test_sqlite`` by default if settings aren't provided
through either ``--settings`` or :envvar:`DJANGO_SETTINGS_MODULE`.
``runtests.py`` now uses ``test_sqlite`` by default if settings aren't
provided through either ``--settings`` or :envvar:`DJANGO_SETTINGS_MODULE`.

You can avoid typing the ``PYTHONPATH`` bit each time by adding your Django
checkout to your ``PYTHONPATH`` or by installing the source checkout using pip.
Expand Down

0 comments on commit 22c85bf

Please sign in to comment.