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/defer/tests.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/defer') diff --git a/tests/defer/tests.py b/tests/defer/tests.py index 8303ab5068..65f1f2bb15 100644 --- a/tests/defer/tests.py +++ b/tests/defer/tests.py @@ -227,8 +227,7 @@ class TestDefer2(AssertionMixin, TestCase): """ When an inherited model is fetched from the DB, its PK is also fetched. When getting the PK of the parent model it is useful to use the already - fetched parent model PK if it happens to be available. Tests that this - is done. + fetched parent model PK if it happens to be available. """ s1 = Secondary.objects.create(first="x1", second="y1") bc = BigChild.objects.create(name="b1", value="foo", related=s1, -- cgit v1.3