diff options
| author | Adam Chainz <adam@adamj.eu> | 2016-03-18 14:24:13 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-29 12:33:24 -0500 |
| commit | 5eff8a77838540b27b6bef024dfccfd76008fd4c (patch) | |
| tree | a02cf84f771decc66da14657b49c65b84081714d /docs/releases | |
| parent | 391c450fbae8c3301954563288147578a1ae4a6d (diff) | |
Fixed #25415 -- Made DiscoverRunner run system checks.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.11.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index 0bf77e6e2d..a895f40c5f 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -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 ~~~~ |
