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/migrations/test_executor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/migrations/test_executor.py') diff --git a/tests/migrations/test_executor.py b/tests/migrations/test_executor.py index 93651d74bc..01b31a6dae 100644 --- a/tests/migrations/test_executor.py +++ b/tests/migrations/test_executor.py @@ -133,7 +133,7 @@ class ExecutorTests(MigrationTestBase): }) def test_empty_plan(self): """ - Tests that re-planning a full migration of a fully-migrated set doesn't + Re-planning a full migration of a fully-migrated set doesn't perform spurious unmigrations and remigrations. There was previously a bug where the executor just always performed the @@ -404,7 +404,7 @@ class ExecutorTests(MigrationTestBase): ) def test_unrelated_model_lookups_forwards(self): """ - #24123 - Tests that all models of apps already applied which are + #24123 - All models of apps already applied which are unrelated to the first app being applied are part of the initial model state. """ @@ -449,7 +449,7 @@ class ExecutorTests(MigrationTestBase): ) def test_unrelated_model_lookups_backwards(self): """ - #24123 - Tests that all models of apps being unapplied which are + #24123 - All models of apps being unapplied which are unrelated to the first app being unapplied are part of the initial model state. """ -- cgit v1.3