summaryrefslogtreecommitdiff
path: root/tests/test_runner/runner.py
AgeCommit message (Collapse)Author
2023-08-22Removed unnecessary trailing commas in tests.konsti
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-16Fixed #32655 -- Deprecated extra_tests argument for ↵Jacob Walls
DiscoverRunner.build_suite()/run_tests().
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-02-10Disallowed importing concrete models without an application.Aymeric Augustin
Removed fragile algorithm to find which application a model belongs to. Fixed #21680, #21719. Refs #21794.