1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Fixed #25415 -- Made DiscoverRunner run system checks.

This commit is contained in:
Adam Chainz
2016-03-18 14:24:13 +00:00
committed by Tim Graham
parent 391c450fba
commit 5eff8a7783
7 changed files with 42 additions and 1 deletions

View File

@@ -434,6 +434,10 @@ Tests
* Added support for :meth:`python:unittest.TestCase.subTest`s when using the
:option:`test --parallel` option.
* ``DiscoverRunner`` now runs the system checks at the start of a test run.
Override the :meth:`.DiscoverRunner.run_checks` method if you want to disable
that.
URLs
~~~~