Fixed #32529 -- Delayed creating a test suite in build_suite().

This commit is contained in:
Chris Jerdonek 2021-03-08 08:29:44 -08:00 committed by Mariusz Felisiak
parent d8a4bcffdb
commit d828beb68f
3 changed files with 27 additions and 25 deletions

View file

@ -321,6 +321,10 @@ Miscellaneous
* Unsupported operations on a sliced queryset now raise ``TypeError`` instead
of ``AssertionError``.
* The undocumented ``django.test.runner.reorder_suite()`` function is renamed
to ``reorder_tests()``. It now accepts an iterable of tests rather than a
test suite, and returns an iterator of tests.
.. _deprecated-features-4.0:
Features deprecated in 4.0