mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #31055 -- Made DiscoverRunner skip running system checks on unused test databases.
This commit is contained in:
committed by
Mariusz Felisiak
parent
0b83c8cc4d
commit
430e796980
@@ -332,6 +332,9 @@ Tests
|
||||
* Django test runner now supports a :option:`test --buffer` option to discard
|
||||
output for passing tests.
|
||||
|
||||
* :class:`~django.test.runner.DiscoverRunner` now skips running the system
|
||||
checks on databases not :ref:`referenced by tests<testing-multi-db>`.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user