summaryrefslogtreecommitdiff
path: root/tests/test_runner_apps/sample
AgeCommit message (Collapse)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
Rewrapped long docstrings and block comments to 79 characters + newline using script from https://github.com/medmunds/autofix-w505.
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2018-09-25Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne
2018-01-04Reorganized test_runner test apps.Tim Graham