summaryrefslogtreecommitdiff
path: root/tests/test_imports.py
Commit message (Expand)AuthorAgeFilesLines
* mark cli messages for translationSaif8073802021-04-031-0/+1
* always install colorama on WindowsDavid Lord2021-02-151-2/+1
* initial type checking configurationIwan Aucamp2021-02-151-0/+2
* ParameterSource is an Enum subclassAlan Velasco2020-10-071-1/+1
* Merge branch '7.x'David Lord2020-04-271-1/+0
|\
| * Revert "Use shlex.quote for quoting shell arguments"David Lord2020-04-271-1/+0
* | remove more compat codeDavid Lord2020-04-201-7/+2
|/
* apply pyupgradeDavid Lord2020-03-081-24/+22
* apply blackDavid Lord2020-03-061-13/+32
* apply reorder-python-importsDavid Lord2020-03-061-1/+1
* Use shlex.quote for quoting shell argumentsJohn T. Wodder II2020-02-231-1/+1
* Included click.DateTime type (with tests)Santiago Basulto2018-09-131-1/+1
* feat: Move fcntl into outer scope for side effectsArmin Ronacher2018-04-111-1/+1
* Remove leftover print function in test used for previous debugging (#876)Jon Dufresne2018-03-311-1/+0
* Handle SIGPIPE in click.echo().Oscar Bonilla2016-09-191-1/+1
* Added time as allowed import on windowsArmin Ronacher2015-11-061-1/+2
* Add zlib as import to windowsArmin Ronacher2015-11-061-1/+1
* Allow colorama importArmin Ronacher2015-11-051-1/+1
* Fixed broken tests and behavior on windows.Armin Ronacher2015-11-051-0/+5
* Implement support for thread local context.Armin Ronacher2015-07-141-1/+2
* Add test to ensure click does not import too muchArmin Ronacher2014-05-311-0/+49