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:
committed by
Tim Graham
parent
9556005425
commit
5890b1613c
@@ -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
|
||||
~~~~
|
||||
|
||||
Reference in New Issue
Block a user