summaryrefslogtreecommitdiff
path: root/tests/test_runner/runner.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-7/+16
* Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suit...Jacob Walls2021-07-161-1/+1
* Removed parser.add_arguments() arguments that match the defaults.Claude Paroz2018-07-021-3/+3
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-3/+1
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-3/+4
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+2
* Disallowed importing concrete models without an application.Aymeric Augustin2015-02-101-0/+20