mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().
This commit is contained in:
parent
8eca3e9bce
commit
a060a22ee2
8 changed files with 91 additions and 16 deletions
|
|
@ -1214,7 +1214,7 @@ class XMLEqualTests(SimpleTestCase):
|
|||
|
||||
|
||||
class SkippingExtraTests(TestCase):
|
||||
fixtures = ["should_not_be_loaded.json"]
|
||||
fixtures = ["person.json"]
|
||||
|
||||
# HACK: This depends on internals of our TestCase subclasses
|
||||
def __call__(self, result=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue