Refs #31169 -- Added release note for parallel test running changes.

This commit is contained in:
Carlton Gibson 2022-04-14 11:35:47 +02:00
parent 1760ad4e8c
commit deedf5bbc3
1 changed files with 4 additions and 0 deletions

View File

@ -348,6 +348,10 @@ Templates
Tests
~~~~~
* The :class:`.DiscoverRunner` now supports running tests in parallel on
macOS, Windows, and any other systems where the default
:mod:`multiprocessing` start method is ``spawn``.
* A nested atomic block marked as durable in :class:`django.test.TestCase` now
raises a ``RuntimeError``, the same as outside of tests.