mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
This commit is contained in:
committed by
Tim Graham
parent
ac1975b18b
commit
a3a5ef4d0e
@@ -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
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user