Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/core/management/commands/test.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #19973 -- Removed optparse support in management com...Tim Graham2015-09-241-7/+0
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Converted test management command to argparseClaude Paroz2014-06-141-29/+33
* Fixed #19973 -- Replaced optparse by argparse in manageme...Claude Paroz2014-06-141-6/+4
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-1/+1
* Fixed #21026 -- Corrected help for manage.py test command.Carl Meyer2013-09-031-3/+2
* Improved the usage message of the test command.René Fleschenberg2013-05-311-1/+1
* Fixed #18985 -- ensure module level deprecations are disp...Preston Holmes2013-03-251-0/+17
* Made sure `manage.py help test` works.Ramiro Morales2011-12-291-1/+4
* Fixed #2879 -- Added support for the integration with Sel...Julien Phalip2011-12-221-10/+27
* Fixed #13760 -- Cleaned up unnecessary default option han...Julien Phalip2011-10-231-3/+1
* Fixed #16185, #15675 -- Added the ability for test runner...Russell Keith-Magee2011-06-101-7/+34
* Advanced deprecations in core.mail, core.commands, core.c...Russell Keith-Magee2011-04-021-12/+2
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee2010-01-181-6/+12
* Fixed #11615 -- Changed test runners to use an exit statu...Gary Wilson Jr2010-01-031-3/+3
* Fixed #11613: Added a failfast option for test running. ...Karen Tracey2009-12-131-2/+11
* Fixed #10165 -- Use settings.TEST_RUNNER in runtests.pyMalcolm Tredinnick2009-02-281-9/+2
* Promoted --verbosity to be a top level option for all man...Russell Keith-Magee2008-10-021-4/+1
* Fixed #7847 -- Removed a whole bunch of unused imports fr...Adrian Holovaty2008-07-221-1/+0
* Fixed #5369 -- Refactored the django-admin.py help system...Adrian Holovaty2007-09-091-1/+9
* Added fix for verbosity handling in loaddata and test com...Russell Keith-Magee2007-08-171-1/+1
* Fixed #5178 -- Added missing 'import sys' in management/c...Russell Keith-Magee2007-08-161-0/+1
* Major refactoring of django.core.management -- it's now a...Adrian Holovaty2007-08-161-0/+27