mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #32529 -- Delayed creating a test suite in build_suite().
This commit is contained in:
parent
d8a4bcffdb
commit
d828beb68f
3 changed files with 27 additions and 25 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue