summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Expand unit testing around termui (getchar testing for Windows)icreatedanaccount2019-05-241-2/+145
* Added show_default parameter to Context enabling it globally.Yevgen Antymyrov2019-03-121-0/+16
* enable colored output on Jupyter notebooks on UNIXRonny Pfannschmidt2019-01-151-12/+22
* Add no_args_is_help to click.CommandStephen Rosen2018-11-101-0/+10
* Add documentation for DateTime param typeStephen Rosen2018-09-131-3/+5
* Included click.DateTime type (with tests)Santiago Basulto2018-09-132-1/+37
* Ensure auto_envvar_prefix is always uppercasedStephen Rosen2018-09-121-0/+13
* Remove hidden commands and options from completion resultsNicholas Wiles2018-09-121-0/+36
* Merge pull request #930 from stopthatcow/feature/925David Lord2018-09-121-24/+100
|\
| * Merge with upstream changes and use resilient_parsing flag to ignore default ...Nicholas Wiles2018-09-103-0/+112
| |\
| * | Fix bash completion when defaults are present and the way subcommands are han...Nicholas Wiles2018-07-031-24/+100
* | | Merge pull request #1014 from rhgrant10/feature/574David Lord2018-09-121-0/+9
|\ \ \ | |_|/ |/| |
| * | Use pytest.raises instead of pytest.mark.xfailRobert Grant2018-05-151-5/+5
| * | Ensure the test fails without the fixRobert Grant2018-05-151-1/+1
| * | Only allow one param decl for ArgumentsRobert Grant2018-05-151-0/+9
* | | Merge pull request #1098 from sirosen/non-standalone-exitDavid Lord2018-08-272-0/+47
|\ \ \
| * | | Simplify Exit ExceptionStephen Rosen2018-08-261-13/+4
| * | | add tests for the runner when the app uses context.exitJoe Jevnik2018-08-262-0/+32
| * | | make context.exit raise a custom exceptionJoe Jevnik2018-08-261-1/+25
* | | | Merge pull request #1091 from sirosen/truncate-helpDavid Lord2018-08-271-0/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Add ability to truncate help text in docstrings.Robert Pooley2018-08-151-0/+29
| | |/ | |/|
* | | Add test for make_pass_decorator arg handlingStephen Rosen2018-08-111-0/+36
|/ /
* | support descriptions for zsh completionsNicholas Wiles2018-05-181-86/+97
* | Wrap click.Choice's missing messageDaw-Ran Liou2018-05-151-2/+5
* | Fix failing bash completion function test signature.Nicholas Wiles2018-05-151-1/+1
* | Use formatter width and max command name width to autotrim short help before ...Oleksandr Shulgin2018-05-151-8/+2
|/
* Merge pull request #1005 from pallets/deprecated-flagLokiHokie2018-05-151-50/+16
|\
| * Added deprecation flag to commandsFooBarQuaxx2018-05-151-50/+16
* | Merge pull request #887 from sirosen/feature/case-insensitive-choiceZachery Bir2018-05-151-0/+31
|\ \ | |/ |/|
| * Add `case_sensitive=False` as an option to ChoiceStephen Rosen2018-05-151-0/+31
* | Merge pull request #996 from dougharris/lambda-844-547Dan Sully2018-05-151-1/+27
|\ \
| * | Better handling of help text for dynamic default option valuesDoug Harris2018-05-151-1/+27
| * | Merge pull request #706 from jojje/issue_651Dan Sully2018-05-141-0/+39
| |\ \
| | * | Update progress after iteration (fix #651)Jonas Tingeborn2016-12-221-0/+39
| * | | Merge pull request #710 from iffy/show_envvarDan Sully2018-05-141-0/+24
| |\ \ \
| | * | | Add show_envvar for showing environment variables in helpMatt Haggard2017-01-041-0/+24
| | |/ /
| * | | CliRunner: add stdout / stderr, allow separating standard streams (#868)Dave Carlson2018-05-143-7/+31
| * | | Merge pull request #889 from stefreak/masterDan Sully2018-05-141-3/+25
| |\ \ \
| | * | | Implement streaming pager. Fixes #409Steffen Neubauer2018-04-041-3/+25
| * | | | Merge pull request #863 from georgeyk/progressbar-to-stderrDan Sully2018-05-141-0/+13
| |\ \ \ \
| | * | | | Add test with a hidden progressbarGeorge Y. Kussumoto2017-10-101-0/+13
| * | | | | Merge pull request #994 from dsully/issue-926David Lord2018-05-141-0/+29
| |\ \ \ \ \
| | * | | | | Fix issue #926 - copy option attrs so that custom classes can be re-used.Dan Sully2018-05-141-0/+29
| * | | | | | add format test for bad argument with metavarLokiHokie2018-05-141-1/+17
| * | | | | | Add test from #612 for usage error Argument formatStephen Rosen2018-05-142-6/+26
| |/ / / / /
| * | | | | Fix variable precedenceRémy Greinhofer2018-05-141-0/+48
| * | | | | Merge pull request #878 from jdufresne/resource-warningZachery Bir2018-05-141-6/+7
| |\ \ \ \ \
| | * | | | | Fix ResourceWarning that occur during testsJon Dufresne2017-10-171-6/+7
| | |/ / / /
| * | | | | Fix test as wellSWu2018-04-171-1/+1
| * | | | | feat: Move fcntl into outer scope for side effectsArmin Ronacher2018-04-111-1/+1
| | |/ / / | |/| | |