summaryrefslogtreecommitdiff
path: root/tests/test_basic.py
Commit message (Expand)AuthorAgeFilesLines
* use sets for bool string checkDavid Lord2020-08-051-19/+19
* Make ``BOOL`` accept the strings "on" and "off". Closes #1629.John T. Wodder II2020-08-051-2/+2
* f-strings everywhereDavid Lord2020-04-201-5/+5
* apply pyupgrade --py36-plusDavid Lord2020-04-201-9/+8
* manual cleanupDavid Lord2020-03-081-30/+25
* apply flake8David Lord2020-03-061-1/+1
* apply blackDavid Lord2020-03-061-207/+217
* apply reorder-python-importsDavid Lord2020-03-061-0/+1
* add repr to CommandJimmy Zeng2020-02-241-0/+18
* Add documentation for DateTime param typeStephen Rosen2018-09-131-3/+5
* Included click.DateTime type (with tests)Santiago Basulto2018-09-131-0/+36
* Fix test as wellSWu2018-04-171-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
* | add boolean conversion testaxu22017-08-241-0/+22
* | Add Float Range in TypesDenis Carriere2016-03-161-0/+33
* | Add the ability to hide commands and options from helpMatt Robenolt2016-01-051-0/+44
|/
* Added support for return values from command callbacks.Armin Ronacher2014-08-121-0/+10
* Added subcommand chaining.Armin Ronacher2014-08-111-0/+1
* Fixed lack of clear reporting for pathsArmin Ronacher2014-05-211-2/+2
* Implemented the Path typeArmin Ronacher2014-05-101-0/+49
* Added strong support for a defined parameter callback evaluation order.Armin Ronacher2014-05-071-0/+45
* Added tests for lazy flagsArmin Ronacher2014-05-061-0/+42
* Added count support and int rangesArmin Ronacher2014-05-061-0/+33
* Added test for requiredArmin Ronacher2014-05-021-0/+11
* Added metavars for choice testArmin Ronacher2014-05-021-0/+3
* Added tests for choice typeArmin Ronacher2014-05-021-0/+16
* Added UUID type supportArmin Ronacher2014-05-021-0/+23
* Made tests pass on 3.xArmin Ronacher2014-04-301-2/+2
* Added some tests for some optionsArmin Ronacher2014-04-291-9/+102
* Started a bit of test codeArmin Ronacher2014-04-291-0/+73