summaryrefslogtreecommitdiff
path: root/tests/test_termui.py
Commit message (Expand)AuthorAgeFilesLines
* f-strings everywhereDavid Lord2020-04-191-2/+2
* apply pyupgrade --py36-plusDavid Lord2020-04-191-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