mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().
This commit is contained in:
@@ -260,6 +260,11 @@ Tests
|
||||
failures easier to read and enables :option:`test --pdb` to directly enter
|
||||
into the failing test method.
|
||||
|
||||
* Data loaded from :attr:`~django.test.TransactionTestCase.fixtures` and from
|
||||
migrations enabled with :ref:`serialized_rollback=True
|
||||
<test-case-serialized-rollback>` are now available during
|
||||
``TransactionTestCase.setUpClass()``.
|
||||
|
||||
URLs
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user