1
0
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:
Simon Charette
2020-02-07 10:37:25 +01:00
committed by Mariusz Felisiak
parent 0b83c8cc4d
commit 430e796980
3 changed files with 12 additions and 5 deletions

View File

@@ -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
~~~~