summaryrefslogtreecommitdiff
path: root/tests/migration_test_data_persistence
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migration_test_data_persistence')
-rw-r--r--tests/migration_test_data_persistence/tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/migration_test_data_persistence/tests.py b/tests/migration_test_data_persistence/tests.py
index 316cd21965..862a06c4a5 100644
--- a/tests/migration_test_data_persistence/tests.py
+++ b/tests/migration_test_data_persistence/tests.py
@@ -5,8 +5,8 @@ from .models import Book
class MigrationDataPersistenceTestCase(TransactionTestCase):
"""
- Tests that data loaded in migrations is available if we set
- serialized_rollback = True on TransactionTestCase
+ Data loaded in migrations is available if
+ TransactionTestCase.serialized_rollback = True.
"""
available_apps = ["migration_test_data_persistence"]
@@ -21,7 +21,7 @@ class MigrationDataPersistenceTestCase(TransactionTestCase):
class MigrationDataNormalPersistenceTestCase(TestCase):
"""
- Tests that data loaded in migrations is available on TestCase
+ Data loaded in migrations is available on TestCase
"""
def test_persistence(self):