diff options
| author | Mike Edmunds <medmunds@gmail.com> | 2025-07-22 20:44:22 -0700 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-07-23 20:17:55 -0300 |
| commit | 78298b51629e14c0e472898b635bc819d47b7f27 (patch) | |
| tree | fc3302ebacba36e9b06d12f90b557c9314b9be1f /tests/test_client_regress | |
| parent | 69a93a88edb56ba47f624dac7a21aacc47ea474f (diff) | |
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.
Diffstat (limited to 'tests/test_client_regress')
| -rw-r--r-- | tests/test_client_regress/tests.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test_client_regress/tests.py b/tests/test_client_regress/tests.py index 966eefa71b..7168c8b078 100644 --- a/tests/test_client_regress/tests.py +++ b/tests/test_client_regress/tests.py @@ -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. """ |
