Skip to content

Commit

Permalink
Update configuring_django.rst
Browse files Browse the repository at this point in the history
Revisited doc
  • Loading branch information
blueyed committed Dec 12, 2017
1 parent 297bf97 commit 10c8aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuring_django.rst
Expand Up @@ -87,8 +87,8 @@ This can be done from your project's ``conftest.py`` file::
``DEBUG`` setting during the test run
-------------------------------------

By default, django test runner behavior is to force DEBUG setting to False. So does the ``pytest-django``.
But sometimes, especially for functional tests, you might want to avoid this, to debug why certain page does not work.
Django's test runner forces the DEBUG setting to be False by default, and so does ``pytest-django``.
But sometimes (e.g. for functional tests) you might want to avoid this, to better debug why a certain page does not work as expected.

Command Line Option::

Expand Down

0 comments on commit 10c8aba

Please sign in to comment.