mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Refs #31169 -- Added release note for parallel test running changes.
This commit is contained in:
		| @@ -348,6 +348,10 @@ Templates | |||||||
| Tests | 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 | * A nested atomic block marked as durable in :class:`django.test.TestCase` now | ||||||
|   raises a ``RuntimeError``, the same as outside of tests. |   raises a ``RuntimeError``, the same as outside of tests. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user