summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* switch to pyproject.tomlDavid Lord2023-01-191-1/+1
* fix test_detect_program_nameDavid Lord2022-03-171-11/+3
* glob expansion on Windows doesn't fail on invalid valuesDavid Lord2022-02-211-0/+2
* open_file hanldes pathlib.Path("-")David Lord2021-10-251-0/+16
* click.confirm preserves prompt when readline is importedAlex Ball2021-10-101-2/+2
* Add test for resetting attributes in `click.style()`Jasper Spaans2021-09-261-0/+8
* Fix copy-paste errors in `click.style()`Jasper Spaans2021-09-261-2/+2
* fix make_default_short_help max_length, refactorGianluca Gippetto2021-04-141-0/+36
* use os.fsdecode to display pathsfsdecodeDavid Lord2021-04-121-1/+1
* fix backspace in prompt with readline enabledSaif8073802021-04-061-4/+4
* add italic and overline to styleRicardo Bánffy2021-04-021-2/+7
* expand patterns in Windows argsDavid Lord2021-04-011-0/+10
* click.confirm with default=None repeats promptyurihs2021-02-151-0/+8
* ensure prompt default is cast to typeSteve Graham2020-10-131-0/+7
* click.style supports 256/RGB colorslmjohns32020-08-131-0/+2
* detect program name when run with python -mkbanc2020-08-051-0/+30
* tolerate UnsupportedOperation in _winconsole._is_console()Andreas Maier2020-06-251-0/+6
* apply pyupgrade --py36-plusDavid Lord2020-04-201-12/+10
* remove more compat codeDavid Lord2020-04-201-17/+2
* manual cleanupDavid Lord2020-03-081-4/+4
* apply flake8David Lord2020-03-061-3/+2
* apply blackDavid Lord2020-03-061-142/+139
* apply reorder-python-importsDavid Lord2020-03-061-3/+3
* refactor open_stream and text stream utilitiesDavid Lord2020-02-191-55/+32
* open_file respects "errors" parameterJoe Ledger2020-02-161-0/+60
* Add tests for atomic open_file permissionsMax Smolens2020-02-161-0/+43
* add test for unstyling other ansi controlsDavid Lord2020-02-161-25/+38
* CliRunner: add stdout / stderr, allow separating standard streams (#868)Dave Carlson2018-05-141-5/+5
* Merge pull request #889 from stefreak/masterDan Sully2018-05-141-3/+25
|\
| * Implement streaming pager. Fixes #409Steffen Neubauer2018-04-041-3/+25
* | Fix ResourceWarning that occur during testsJon Dufresne2017-10-171-6/+7
|/
* Added two xfailsArmin Ronacher2015-11-051-4/+4
* Fixed broken tests and behavior on windows.Armin Ronacher2015-11-051-3/+11
* Ignore broken PAGER valuesMarkus Unterwaditzer2015-08-081-2/+5
* Password prompt now prints a newline on `^C`.Markus Unterwaditzer2015-07-251-0/+15
* Merge branch '4.x-maintenance'Markus Unterwaditzer2015-06-211-0/+7
|\
| * Fix crash when writing to unicode filesMarkus Unterwaditzer2015-06-211-0/+7
* | Make click.utils.KeepOpenFile() and LazyFile() iterators.Kevin Wurster2015-05-201-1/+22
|/
* Fixed up pausing tests and added doc information.Armin Ronacher2014-09-101-6/+5
* Tests for prompt-stderr. click.pause() failsKiss György2014-08-261-0/+58
* Added support for explicit color control.Armin Ronacher2014-08-151-0/+27
* Added test for open_fileArmin Ronacher2014-08-121-0/+21
* Fixed a regression for echo_via_pager on 3.x. This fixes #185Armin Ronacher2014-07-081-0/+11
* Changed occurrences of "on Python" to "in Python"Kevin Yap2014-05-311-2/+2
* yN->y/NArmin Ronacher2014-05-281-0/+40
* Added tests for stylingArmin Ronacher2014-05-271-0/+28
* Fixed a test on python 3Armin Ronacher2014-05-261-1/+1
* Ensure we do not strip color codes for bytes.Armin Ronacher2014-05-261-0/+5
* Unbroke colorama integrated echo for unicode.Armin Ronacher2014-05-261-0/+19
* Refactored pager support to not rely on pydocArmin Ronacher2014-05-261-1/+2