summaryrefslogtreecommitdiff
path: root/tests/test_context.py
Commit message (Expand)AuthorAgeFilesLines
* shell completion prioritizes option values over new optionsPaul Spangler2022-03-281-0/+8
* add pass_meta_key decoratorDavid Lord2021-03-051-0/+23
* ParameterSource is an Enum subclassAlan Velasco2020-10-071-56/+41
* context.show_default defaults to parent contextJoongi Kim2020-08-131-0/+14
* add an ExitStack to the contextMatthias Urlichs2020-08-091-0/+18
* apply pyupgrade --py36-plusDavid Lord2020-04-201-7/+6
* Merge branch '7.x'David Lord2020-03-081-45/+53
|\
| * manual cleanupDavid Lord2020-03-081-3/+3
| * apply blackDavid Lord2020-03-061-34/+39
* | simplify parameter source testsDavid Lord2020-02-221-22/+24
* | Undefined name: import sys for lines 300 and 311Christian Clauss2020-02-221-0/+1
* | Changing ParameterSource.validate unit test to take a descriptive bad value. ...Joshua Storck2019-06-031-1/+1
* | Changing documentation in ParameterSource to indicate 'parameter' instead of ...Joshua Storck2019-06-021-1/+7
* | Added documentation on how to use get_parameter_source. Added DEFAULT_MAP as ...Joshua Storck2019-05-311-11/+22
* | Adding support to the context to distinguish the source of a command line par...Joshua Storck2019-05-311-0/+42
|/
* Simplify Exit ExceptionStephen Rosen2018-08-261-13/+4
* add tests for the runner when the app uses context.exitJoe Jevnik2018-08-261-0/+2
* make context.exit raise a custom exceptionJoe Jevnik2018-08-261-1/+25
* Add test for make_pass_decorator arg handlingStephen Rosen2018-08-111-0/+36
* Pop the context after closing and not before. This fixes #412Armin Ronacher2015-09-151-0/+19
* Fix bug which happens while using @click.pass_objPietro Albini2015-08-171-0/+16
* More defensive for scope depth managementArmin Ronacher2015-07-201-2/+4
* Added Context.scopeArmin Ronacher2015-07-201-0/+24
* Added Context.metaArmin Ronacher2015-07-191-0/+19
* Implement support for thread local context.Armin Ronacher2015-07-141-0/+13
* Added a test for multi command entering.Armin Ronacher2014-08-121-0/+19
* Added support for object ensuringArmin Ronacher2014-05-011-0/+93