From 321e94fa41b121f65c02119c02098df327bbd569 Mon Sep 17 00:00:00 2001 From: za Date: Thu, 27 Oct 2016 14:53:39 +0700 Subject: Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. --- tests/migration_test_data_persistence/tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/migration_test_data_persistence') 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): -- cgit v1.3