summaryrefslogtreecommitdiff
path: root/urwid/tests
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for ProgressBarAndrew Dunai2018-01-021-0/+1
|
* Remove 2to3 and make tests compatible with both Python 2 & 3Andrew Dunai2018-01-022-5/+5
|
* Merge pull request #237 from floppym/test-vterm-EINTRIan Ward2017-07-041-2/+10
|\ | | | | test_vterm: handle EINTR when reading from pipe
| * test_vterm: handle EINTR when reading from pipeMike Gilbert2017-06-031-2/+10
| | | | | | | | Fixes: https://github.com/urwid/urwid/issues/230
* | Merge pull request #238 from mwhudson/issue-164Ian Ward2017-06-071-3/+8
|\ \ | |/ |/| fix test_remove_watch_file flakiness
| * fix test_remove_watch_file flakinessMichael Hudson-Doyle2017-06-071-3/+8
| | | | | | | | | | | | pass a known-good file descriptor to watch_file rather than hard-coding 5 Fixes #164
* | correct spelling mistakesEdward Betts2017-02-221-1/+1
|/
* Fix string formatting errorJakub Wilk2016-05-271-1/+1
|
* vterm: Fix handling of NUL charactersaszlig2016-02-111-0/+4
| | | | | | | | | | | | | | | According to the VT100 programmers manual, the NUL character has to be ignored (at least on our side, because we are not a printer): http://vt100.net/docs/tp83/appendixb.html According to the bug reporter the VMS console driver inserts NUL characters after line feeds and our implementation prints those as "?". Tested against Python 2.7, 3.2, 3.3, 3.4 and 3.5. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Reported-by: Robert Urban <urban@unix-beratung.de>
* Add AsyncioEventLoop. Fixes #52.Eevee (Alex Munroe)2014-05-111-1/+17
|
* fix tests for python2.6Ian Ward2014-04-041-6/+6
|
* loosen event loop tests to avoid false failuresIan Ward2014-04-041-3/+6
|
* test show #45 GridFlow v_sep not behaving properlyIan Ward2014-01-041-0/+4
|
* signals: use doctest for example in docstringIan Ward2013-12-291-0/+1
|
* Merge branch 'tornado'Ian Ward2013-12-261-0/+12
|\
| * TornadoEventLoop: use new shared event loop testsIan Ward2013-12-261-0/+12
| |
* | test for exception due to user encodingIan Ward2013-12-261-0/+6
|/
* test twisted+glib when they are importableIan Ward2013-12-261-4/+10
|
* no glib for pypy, no twisted for python3Ian Ward2013-12-261-33/+38
|
* rewrite event loop doctests as unit testsIan Ward2013-12-261-0/+105
|
* fix test_str_util for non-compiled caseIan Ward2013-12-261-1/+1
|
* fix setup.py test to run doctests againIan Ward2013-12-261-0/+21
|
* fix deprecation warnings for assertEqualsIan Ward2013-12-264-104/+104
|
* test to reproduce tracebacks in #39Ian Ward2013-12-241-0/+5
|
* fix+test for zero-weighted items in PileIan Ward2013-12-241-0/+7
|
* test showing Columns.move_cursor_to_coords not handling left/rightIan Ward2013-01-271-0/+5
|
* Broke tests out into individual test files.Julian Berman2012-12-1412-0/+3104