diff options
| author | za <za@python.or.id> | 2016-10-27 14:53:39 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-11-10 21:30:21 -0500 |
| commit | 321e94fa41b121f65c02119c02098df327bbd569 (patch) | |
| tree | ce5476c191d589aca4b124f841dfbccac8dd299f /tests/defer | |
| parent | 4bb70cbcc60794f515c9bfefeca87b8272d33c0c (diff) | |
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
Diffstat (limited to 'tests/defer')
| -rw-r--r-- | tests/defer/tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
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, |
