summaryrefslogtreecommitdiff
path: root/tests/test_termui.py
Commit message (Expand)AuthorAgeFilesLines
* allow empty str input for promptunparalleled-js2022-02-211-6/+11
* add typing annotationsDavid Lord2021-04-231-19/+15
* mark more messages for translationDavid Lord2021-04-031-1/+1
* progress bar shows current itemJoel Eager2021-03-031-12/+9
* don't hide fast progress barsDavid Lord2021-03-031-38/+17
* progressbar: fix regression with hidden barsNicolas F2021-03-031-3/+2
* customize confirmation promptSaif8073802021-02-241-0/+24
* apply updated pre-commit hooksDavid Lord2021-02-081-1/+1
* skip frequent progress bar renders (#1698)Shakil Rafi2020-10-311-0/+10
* add ability to provide non-flag option without valueAmy2020-10-121-0/+51
* fix edit() require_save check for fast editorsGiovanni Pizzi2020-08-081-0/+6
* pass bytes unstyled from secho to echoDavid Lord2020-08-071-5/+10
* convert objects to string in style/sechoSegev Finer2020-08-071-0/+7
* f-strings everywhereDavid Lord2020-04-201-2/+2
* apply pyupgrade --py36-plusDavid Lord2020-04-201-9/+8
* Merge branch '7.x'David Lord2020-03-081-126/+139
|\
| * apply pyupgradeDavid Lord2020-03-081-1/+1
| * apply formattingDavid Lord2020-03-061-5/+1
| * apply flake8David Lord2020-03-061-23/+16
| * apply blackDavid Lord2020-03-061-94/+115
| * apply reorder-python-importsDavid Lord2020-03-061-3/+2
* | Merge branch '7.x'David Lord2020-02-191-0/+38
|\ \ | |/
| * type is always IOBase, handle lazy fileDavid Lord2020-02-191-9/+14
| * Formatting file option prompting to path onlyicreatedanaccount2020-02-191-0/+13
| * Restore progressbar iterator interface; add testStephen Rosen2020-02-161-0/+20
* | allow ProgressBar.update to set current_itemChristopher Palmer2019-08-011-0/+44
|/
* fix py2 windows getchar testDavid Lord2019-08-011-1/+3
* Expand unit testing around termui (getchar testing for Windows)icreatedanaccount2019-05-241-2/+145
* Add missing fake clock in termui testsJan Christoph Bischko2018-05-151-2/+7
* Fix test for delayed progress bar displayJan Christoph Bischko2018-05-151-2/+83
* 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
* Added termui testsArmin Ronacher2014-08-111-0/+14