mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
This commit is contained in:
parent
4bb70cbcc6
commit
321e94fa41
185 changed files with 1216 additions and 1528 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue