mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
This commit is contained in:
parent
ac1975b18b
commit
a3a5ef4d0e
4 changed files with 20 additions and 4 deletions
|
@ -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
|
||||
~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue