summaryrefslogtreecommitdiff
path: root/tests/test_options.py
Commit message (Expand)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-6/+7
* apply pyupgrade --py36-plusDavid Lord2020-04-191-6/+5
* remove py2 parts of _compat moduleDavid Lord2020-04-191-4/+3
* manual cleanupDavid Lord2020-03-081-12/+9
* apply pyupgradeDavid Lord2020-03-081-2/+2
* apply flake8David Lord2020-03-061-13/+3
* apply blackDavid Lord2020-03-061-199/+213
* apply reorder-python-importsDavid Lord2020-03-061-2/+3
* fix newline wrapping in option helpDavid Lord2020-02-231-14/+22
* prevent automatic environment variables from containing dashesGregory Pakosz2020-02-221-0/+16
* Fix for string cast of MissingParameterJames Daley2020-02-161-0/+9
* Make option format replace newlines with spaces.Jay Crotts2020-02-161-3/+1
* allow bool type with bool flagsKP2020-02-161-0/+10
* ignore set empty environment variableJimmy Zeng2020-02-161-0/+11
* Always return originally passed choice for Choice()Kyle Altendorf2019-09-261-0/+15
* Ensure auto_envvar_prefix is always uppercasedStephen Rosen2018-09-121-0/+13
* Wrap click.Choice's missing messageDaw-Ran Liou2018-05-151-2/+5
* 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
* | Better handling of help text for dynamic default option valuesDoug Harris2018-05-151-1/+27
|/
* 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
* | Fix issue #926 - copy option attrs so that custom classes can be re-used.Dan Sully2018-05-141-0/+29
* | Fix invalid escape sequences discovered by running tests (#877)Jon Dufresne2018-03-311-1/+1
* | Merge branch '6.x-maintenance'Armin Ronacher2017-12-231-1/+1
|\ \
| * | Updated tests to work with newer pytest versionsArmin Ronacher2017-12-231-1/+1
* | | Option naming: add test and documentation for existing functionalityEric L Frederich2017-05-221-3/+7
|/ /
* | Bug fix #793; use the first defined long nameEric L Frederich2017-05-191-0/+22
|/
* Always work on Unicode in Python 2.Armin Ronacher2015-11-051-11/+16
* Make it possible to define aliases for the secondary option of boolean flags....Armin Ronacher2015-09-151-0/+26
* Fix type inference for multiple optionsFrank Hoffmann2015-07-141-0/+13
* Fixed up tests for Python 3Armin Ronacher2015-03-311-1/+1
* Added support for tuple types. This fixes #239Armin Ronacher2015-03-311-0/+15
* Error on nargs=-1 for options. This fixes #222Armin Ronacher2015-03-311-0/+12
* Merge pull request #285 from slafs/optional-param-clsMarkus Unterwaditzer2015-01-291-0/+32
|\
| * fix spellingSławek Ehlert2015-01-291-2/+2
| * ability to pass custom implementations of ``Option`` and ``Argument``Sławek Ehlert2015-01-291-0/+32
* | Test for help exception on option with multiple, show_default and list defaultUlrich Petri2014-11-171-0/+15
|/
* Merge branch '2.x-maintenance'Armin Ronacher2014-06-291-0/+3
|\
| * Fixed an incorrectly formatted help text for count options.Armin Ronacher2014-06-291-0/+3
* | Disallow empty options to help users find options that should be arguments.Armin Ronacher2014-06-281-0/+13
|/
* Add test for #146Rotem Yaari2014-06-141-0/+12
* Fix indentation of option helpMarkus Unterwaditzer2014-06-051-0/+20
* User interface improvements.Armin Ronacher2014-06-051-6/+6
* Implemented extra info for missing choice parameters. This fixes #120Armin Ronacher2014-06-051-0/+13
* Improved handling of dos/windows arguments greatly.Armin Ronacher2014-05-311-0/+29
* Added support for BadParameter exceptions.Armin Ronacher2014-05-251-0/+19
* Also added support for nargs != for values from environment.Armin Ronacher2014-05-211-0/+23
* Apply the same splitting logic for explicit envvarsArmin Ronacher2014-05-211-0/+9
* Added support for lists from envvars. This fixes #87Armin Ronacher2014-05-211-0/+23