1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #27008 -- Added --debug-mode option to DiscoverRunner.

This commit is contained in:
Chris Jerdonek
2016-08-10 10:46:54 -07:00
committed by Tim Graham
parent 9556005425
commit 5890b1613c
4 changed files with 23 additions and 3 deletions

View File

@@ -269,9 +269,8 @@ Tests
* Added :meth:`.DiscoverRunner.get_test_runner_kwargs` to allow customizing the
keyword arguments passed to the test runner.
* Added the ``debug_mode`` keyword argument to
:class:`~django.test.runner.DiscoverRunner` to make it easier to customize
the :setting:`DEBUG` setting when running tests.
* Added the :option:`test --debug-mode` option to help troubleshoot test
test failures by setting the :setting:`DEBUG` setting to ``True``.
URLs
~~~~