summaryrefslogtreecommitdiff
path: root/tests/runtests.py
diff options
context:
space:
mode:
authordjango-bot <ops@djangoproject.com>2025-07-22 20:41:41 -0700
committernessita <124304+nessita@users.noreply.github.com>2025-07-23 20:17:55 -0300
commit69a93a88edb56ba47f624dac7a21aacc47ea474f (patch)
treef57507a4435d032493cae40e06ecb254790b67b2 /tests/runtests.py
parent55b0cc21310b76ce4018dd793ba50556eaf0af06 (diff)
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
Diffstat (limited to 'tests/runtests.py')
-rwxr-xr-xtests/runtests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runtests.py b/tests/runtests.py
index ceb88853b7..679f5269ca 100755
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -715,7 +715,8 @@ if __name__ == "__main__":
if options.screenshots and options.tags:
parser.error("--screenshots and --tag are mutually exclusive.")
- # Allow including a trailing slash on app_labels for tab completion convenience
+ # Allow including a trailing slash on app_labels for tab completion
+ # convenience
options.modules = [os.path.normpath(labels) for labels in options.modules]
mutually_exclusive_options = [