summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Remove leftover print function in test used for previous debugging (#876)Jon Dufresne2018-03-311-1/+0
| * | | | Fix invalid escape sequences discovered by running tests (#877)Jon Dufresne2018-03-311-1/+1
| * | | | Underscores are now replaced by dashes in commandsArmin Ronacher2018-03-312-6/+20
| * | | | Merge branch '6.x-maintenance'Armin Ronacher2017-12-233-6/+7
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Updated tests to work with newer pytest versionsArmin Ronacher2017-12-233-6/+7
| * | | | Allow returning of user completions that don’t always begin with the incomp...Nicholas Wiles2017-10-061-4/+20
| * | | | Merge commit '752ff79d680fceb26d2a93f1eef376d90823ec47' into feature/790Nicholas Wiles2017-10-051-0/+22
| |\ \ \ \
| | * | | | add boolean conversion testaxu22017-08-241-0/+22
| * | | | | fix overzealous completion when required options are presentNicholas Wiles2017-05-311-4/+5
| |/ / / /
| * | | | Option naming: add test and documentation for existing functionalityEric L Frederich2017-05-221-3/+7
| * | | | Merge branch '6.x-maintenance'Markus Unterwaditzer2017-05-211-0/+22
| |\ \ \ \ | | |/ / /
| | * | | Bug fix #793; use the first defined long nameEric L Frederich2017-05-191-0/+22
| | * | | Backport fixes for autocompletion on chained commandsNicholas Wiles2017-05-041-0/+25
| * | | | Fix bashautocompletion of arguments on chained commandsNicholas Wiles2017-05-021-0/+26
| * | | | use generator when returning completionsNicholas Wiles2017-04-151-1/+2
| * | | | Merge branch 'master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-291-0/+167
| |\ \ \ \
| | * | | | Issue #535: Bash completion for click.Choice()Peter Kelley2017-03-281-0/+167
| | | |/ / | | |/| |
| * | | | Add choices to autocompletionNicholas Wiles2017-03-271-2/+9
| * | | | Merge remote-tracking branch 'click/master' into feature/bash_autocompletion_6.6Nicholas Wiles2017-03-266-16/+286
| |\ \ \ \ | | |/ / /
| | * | | Refine testcaseMarkus Unterwaditzer2016-11-041-7/+10
| | * | | Added list of choices to termui prompt for user data if the data requested is...Rovanion Luckey2016-11-021-0/+17
| | * | | Add support to invoke args as stringFabio Menegazzo2016-10-051-0/+20
| | * | | Merge branch '6.x-maintenance'Markus Unterwaditzer2016-09-191-1/+1
| | |\ \ \ | | | |/ /
| | | * | Handle SIGPIPE in click.echo().Oscar Bonilla2016-09-191-1/+1
| | * | | Merge branch '6.x-maintenance'Markus Unterwaditzer2016-08-291-0/+19
| | |\ \ \ | | | |/ /
| | | * | Fix test runner not saving caller env correctlyPatrick Mézard2016-08-291-0/+19
| | * | | Merge branch '6.x-maintenance'Markus Unterwaditzer2016-08-191-1/+43
| | |\ \ \ | | | |/ /
| | | * | Fix #630: Bash completion for nested commands brokenPeter Kelley2016-08-191-1/+43
| | * | | Merge pull request #557 from Nudies/masterMarkus Unterwaditzer2016-04-151-0/+67
| | |\ \ \
| | | * | | issue #393: Add more tests to support changes.Ryan Siemens2016-04-141-0/+32
| | | * | | issue #393: Usage error should show there is a --help optionRyan Siemens2016-04-121-0/+35
| | * | | | secho print empty string if it takes Noneher0e1c12016-04-081-0/+7
| | |/ / /
| | * | | Merge pull request #538 from DenisCarriere/masterMarkus Unterwaditzer2016-04-051-0/+33
| | |\ \ \
| | | * | | Add Float Range in TypesDenis Carriere2016-03-161-0/+33
| | * | | | Merge branch '6.x-maintenance'Markus Unterwaditzer2016-04-041-0/+11
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | bashcomplete: Adapt to changes for chain commandsMarkus Unterwaditzer2016-03-241-0/+20
| | | |/ / | | |/| |
| | * | | Add the ability to hide commands and options from helpMatt Robenolt2016-01-051-0/+44
| * | | | Updated tests for autocompletionNicholas Wiles2017-03-261-1/+19
| | |/ / | |/| |
| * | | Fix UnboundLocalError in click.PathMarkus Unterwaditzer2016-04-041-0/+11
| * | | bashcomplete: Adapt to changes for chain commandsMarkus Unterwaditzer2016-03-241-0/+20
* | | | Merge pull request #1002 from fdavis/customize_short_widthDan Sully2018-05-151-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | allow specify short width to address cmd formattingFletcher Davis2018-05-151-1/+7
* | | | Adding a test checking for a custom param type related to #675JosiahDub2018-05-151-0/+20
|/ / /
* | | Add missing fake clock in termui testsJan Christoph Bischko2018-05-151-2/+7
* | | Fix test for delayed progress bar displayJan Christoph Bischko2018-05-1511-33/+851
| |/ |/|
* | length hint test: ensure iterator compatibility for older python versionsRonny Pfannschmidt2015-12-131-0/+2
* | introduce int_types compat to fix python3 type error in _length_hintRonny Pfannschmidt2015-12-131-0/+28
|/
* Disable chain commandsArmin Ronacher2015-11-271-0/+1
* Implemented defaults for args with nargs > 1.Armin Ronacher2015-11-241-0/+18
* Implemented nesting below chain commands.Armin Ronacher2015-11-241-6/+38