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