summaryrefslogtreecommitdiff
path: root/tests/test_runner/runner.py
AgeCommit message (Expand)Author
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