Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.

This commit is contained in:
Chris Jerdonek 2016-08-09 01:40:40 -07:00 committed by Tim Graham
parent ac1975b18b
commit a3a5ef4d0e
4 changed files with 20 additions and 4 deletions

View file

@ -259,6 +259,10 @@ 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.
URLs
~~~~