summaryrefslogtreecommitdiff
path: root/tests/user_commands/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34259 -- Passed called_from_command_line to command subparsers.Adam Johnson2023-02-031-0/+24
* Refs #31546, Refs #34118 -- Corrected CommandTests.test_requires_system_check...Mariusz Felisiak2023-01-111-2/+2
* Fixed #33657 -- Allowed customizing formatter class of argument parsers.Abhinav Yadav2022-06-201-1/+8
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-159/+206
* Fixed #33205 -- Made call_command() raise TypeError when dest with multiple a...Hasan Ramezani2021-10-251-0/+35
* Refs #31546 -- Removed support for boolean values in Command.requires_system_...Mariusz Felisiak2021-09-201-44/+1
* Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3....Mariusz Felisiak2021-09-021-4/+1
* Refs #32074 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.10+.Michał Górny2021-08-041-1/+4
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-15/+3
* Fixed #32153 -- Fixed management commands when using required list options.Hasan Ramezani2020-10-301-2/+19
* Fixed #32094 -- Fixed flush() calls on management command self.stdout/err pro...Thomas Riccardi2020-10-091-0/+7
* Refs #32047 -- Added test for using call_command() with constant required opt...Hasan Ramezani2020-10-061-0/+26
* Fixed #32047 -- Fixed call_command() crash if a constant option from required...Hasan Ramezani2020-09-301-1/+29
* Fixed #31546 -- Allowed specifying list of tags in Command.requires_system_ch...Hasan Ramezani2020-05-211-3/+67
* Disabled management commands output with verbosity 0 in various tests.François Freitag2020-04-201-4/+3
* Refs #29501 -- Allowed customizing exit status for management commands.Adam Johnson2020-04-141-2/+4
* Fixed #31428 -- Allowed empty message in management command self.stdout/err p...François Freitag2020-04-071-1/+1
* Fixed #30763 -- Fixed management commands when using required mutually exclus...Hasan Ramezani2019-09-061-0/+10
* Fixed #30584 -- Fixed management command when using subparsers with dest para...Hasan Ramezani2019-06-281-0/+25
* Fixed #30418 -- Added --skip-checks management command option.Jon Dufresne2019-04-301-0/+10
* Simplified temporary directory handling in AdminScriptTestCase.Jon Dufresne2019-02-051-3/+0
* Refs #29973 -- Extracted helper functions from makemessages.rsiemens2019-01-281-1/+24
* Fixed #29560 -- Added --force-color management command option.Hasan Ramezani2018-09-111-6/+6
* Added test for django.core.management.utils.get_random_secret_key().Hasan Ramezani2018-08-051-1/+9
* Fixed #29152 -- Allowed passing kwargs to ArgumentParser initialization in ma...humbertotm2018-06-161-0/+6
* Fixed #29301 -- Added custom help formatter to BaseCommand classClaude Paroz2018-06-061-0/+5
* Fixed #29392 -- Disallowed use of abbreviated forms of --settings and --pytho...Ryan P Kilby2018-05-141-0/+10
* Fixed #17379 -- Removed management commands deactivation of the locale.Claude Paroz2018-05-131-9/+8
* Fixed #29295 -- Fixed management command crash when using subparsers.Hasan Ramezani2018-04-211-0/+10
* Fixed #29133 -- Fixed call_command() crash if a required option is passed in ...Alex Tomic2018-03-021-0/+12
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+3
* Fixed #27787 -- Made call_command() validate the options it receives.Chandrakant Kumar2017-06-161-0/+19
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Skipped unnecessary system checks in user_commands test.Adam Chainz2017-01-091-2/+6
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-2/+2
* Made miscellaneous code cleanupsDmitry Dygalo2016-07-211-1/+1
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-1/+1
* Fixed #26190 -- Returned handle() result from call_commandClaude Paroz2016-02-231-13/+8
* Refs #25304 -- Added assertion for Command.requires_migrations_checks default.Tim Graham2016-02-151-0/+1
* Fixed #25304 -- Allowed management commands to check if migrations are applied.Mounir Messelmeni2016-02-121-1/+15
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-2/+4
* Fixed #16734 -- Set script prefix even outside of requestsClaude Paroz2015-10-291-0/+19
* Fixed #25483 -- Allowed passing non-string arguments to call_commandClaude Paroz2015-10-031-0/+8
* Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham2015-09-231-17/+2
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Prevented some test commands from needlessly running system checks.Tim Graham2015-02-111-1/+9
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2