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_optimizer.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/migrations/test_optimizer.py') diff --git a/tests/migrations/test_optimizer.py b/tests/migrations/test_optimizer.py index 6bf09d0178..4893bf0caa 100644 --- a/tests/migrations/test_optimizer.py +++ b/tests/migrations/test_optimizer.py @@ -39,7 +39,7 @@ class OptimizerTests(SimpleTestCase): def test_single(self): """ - Tests that the optimizer does nothing on a single operation, + The optimizer does nothing on a single operation, and that it does it in just one pass. """ self.assertOptimizesTo( @@ -655,9 +655,9 @@ class OptimizerTests(SimpleTestCase): def test_optimize_through_fields(self): """ - Checks that field-level through checking is working. - This should manage to collapse model Foo to nonexistence, - and model Bar to a single IntegerField called "width". + field-level through checking is working. This should manage to collapse + model Foo to nonexistence, and model Bar to a single IntegerField + called "width". """ self.assertOptimizesTo( [ -- cgit v1.3