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
|
@ -1428,8 +1428,8 @@ class ManageTestserver(AdminScriptTestCase):
|
|||
|
||||
##########################################################################
|
||||
# COMMAND PROCESSING TESTS
|
||||
# Check that user-space commands are correctly handled - in particular,
|
||||
# that arguments to the commands are correctly parsed and processed.
|
||||
# user-space commands are correctly handled - in particular, arguments to
|
||||
# the commands are correctly parsed and processed.
|
||||
##########################################################################
|
||||
|
||||
class CommandTypes(AdminScriptTestCase):
|
||||
|
@ -1671,7 +1671,7 @@ class CommandTypes(AdminScriptTestCase):
|
|||
|
||||
def test_run_from_argv_non_ascii_error(self):
|
||||
"""
|
||||
Test that non-ASCII message of CommandError does not raise any
|
||||
Non-ASCII message of CommandError does not raise any
|
||||
UnicodeDecodeError in run_from_argv.
|
||||
"""
|
||||
def raise_command_error(*args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue