mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #36500 -- Corrected rewrapped long lines fixed via a script.
Manually reformatted some comments and docstrings where autofix_w505.py changed the meaning of the formatting.
This commit is contained in:
parent
69a93a88ed
commit
78298b5162
14 changed files with 47 additions and 39 deletions
|
|
@ -51,9 +51,10 @@ class ExtraAssertMixin:
|
|||
:param method: The assertion method to test.
|
||||
:param method_args: Positional arguments to pass to the method.
|
||||
:param expected_msg: The expected base error message (required
|
||||
keyword-only). :param msg_prefix: Optional prefix to be added to the
|
||||
message in the second subTest. :param method_kwargs: Keyword arguments
|
||||
to pass to the method.
|
||||
keyword-only).
|
||||
:param msg_prefix: Optional prefix to be added to the message in the
|
||||
second subTest.
|
||||
:param method_kwargs: Keyword arguments to pass to the method.
|
||||
|
||||
Used internally for testing Django's assertions.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue