summaryrefslogtreecommitdiff
path: root/django/core/management/commands/test.py
AgeCommit message (Expand)Author
2024-03-09Moved --failfast to DiscoverRunner.Adam Johnson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-05-21Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani
2018-08-23Fixed #29704 -- Fixed manage.py test --testrunner if it isn't followed by an ...Matthijs Kooijman
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2017-10-20Removed redundant inner imports.Mariusz Felisiak
2017-09-07Removed unneeded __init__() methods.Sergey Fedoseev
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2016-12-29Fixed #25415 -- Made DiscoverRunner run system checks.Adam Chainz
2016-11-03Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-03-05Refs #26315 -- Cleaned up argparse options in commands.Jon Dufresne
2016-03-05Cleaned up tests to use call_command() instead of Command.execute().Jon Dufresne
2016-02-04Removed some leftover trailing commas.Simon Charette
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-09-03Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer
2013-05-31Improved the usage message of the test command.René Fleschenberg
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2011-12-29Made sure `manage.py help test` works.Ramiro Morales
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-10-23Fixed #13760 -- Cleaned up unnecessary default option handling in a bunch of ...Julien Phalip
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-04-02Advanced deprecations in core.mail, core.commands, core.context_processors an...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-01-18Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee
2010-01-03Fixed #11615 -- Changed test runners to use an exit status code of 1 for any ...Gary Wilson Jr
2009-12-13Fixed #11613: Added a failfast option for test running. Thanks jukvalim and ...Karen Tracey
2009-02-28Fixed #10165 -- Use settings.TEST_RUNNER in runtests.pyMalcolm Tredinnick
2008-10-02Promoted --verbosity to be a top level option for all management commands. Al...Russell Keith-Magee
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-08-17Added fix for verbosity handling in loaddata and test commands.Russell Keith-Magee
2007-08-16Fixed #5178 -- Added missing 'import sys' in management/commands/test.py. Tha...Russell Keith-Magee
2007-08-16Major refactoring of django.core.management -- it's now a package rather than...Adrian Holovaty