Skip to content

Commit 10c8aba

Browse files
authored
Update configuring_django.rst
Revisited doc
1 parent 297bf97 commit 10c8aba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/configuring_django.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ This can be done from your project's ``conftest.py`` file::
8787
``DEBUG`` setting during the test run
8888
-------------------------------------
8989

90-
By default, django test runner behavior is to force DEBUG setting to False. So does the ``pytest-django``.
91-
But sometimes, especially for functional tests, you might want to avoid this, to debug why certain page does not work.
90+
Django's test runner forces the DEBUG setting to be False by default, and so does ``pytest-django``.
91+
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.
9292

9393
Command Line Option::
9494

0 commit comments

Comments
 (0)