| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added tests for ProgressBar | Andrew Dunai | 2018-01-02 | 1 | -0/+1 |
| | | |||||
| * | Remove 2to3 and make tests compatible with both Python 2 & 3 | Andrew Dunai | 2018-01-02 | 2 | -5/+5 |
| | | |||||
| * | Merge pull request #237 from floppym/test-vterm-EINTR | Ian Ward | 2017-07-04 | 1 | -2/+10 |
| |\ | | | | | test_vterm: handle EINTR when reading from pipe | ||||
| | * | test_vterm: handle EINTR when reading from pipe | Mike Gilbert | 2017-06-03 | 1 | -2/+10 |
| | | | | | | | | | Fixes: https://github.com/urwid/urwid/issues/230 | ||||
| * | | Merge pull request #238 from mwhudson/issue-164 | Ian Ward | 2017-06-07 | 1 | -3/+8 |
| |\ \ | |/ |/| | fix test_remove_watch_file flakiness | ||||
| | * | fix test_remove_watch_file flakiness | Michael Hudson-Doyle | 2017-06-07 | 1 | -3/+8 |
| | | | | | | | | | | | | | pass a known-good file descriptor to watch_file rather than hard-coding 5 Fixes #164 | ||||
| * | | correct spelling mistakes | Edward Betts | 2017-02-22 | 1 | -1/+1 |
| |/ | |||||
| * | Fix string formatting error | Jakub Wilk | 2016-05-27 | 1 | -1/+1 |
| | | |||||
| * | vterm: Fix handling of NUL characters | aszlig | 2016-02-11 | 1 | -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-11 | 1 | -1/+17 |
| | | |||||
| * | fix tests for python2.6 | Ian Ward | 2014-04-04 | 1 | -6/+6 |
| | | |||||
| * | loosen event loop tests to avoid false failures | Ian Ward | 2014-04-04 | 1 | -3/+6 |
| | | |||||
| * | test show #45 GridFlow v_sep not behaving properly | Ian Ward | 2014-01-04 | 1 | -0/+4 |
| | | |||||
| * | signals: use doctest for example in docstring | Ian Ward | 2013-12-29 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'tornado' | Ian Ward | 2013-12-26 | 1 | -0/+12 |
| |\ | |||||
| | * | TornadoEventLoop: use new shared event loop tests | Ian Ward | 2013-12-26 | 1 | -0/+12 |
| | | | |||||
| * | | test for exception due to user encoding | Ian Ward | 2013-12-26 | 1 | -0/+6 |
| |/ | |||||
| * | test twisted+glib when they are importable | Ian Ward | 2013-12-26 | 1 | -4/+10 |
| | | |||||
| * | no glib for pypy, no twisted for python3 | Ian Ward | 2013-12-26 | 1 | -33/+38 |
| | | |||||
| * | rewrite event loop doctests as unit tests | Ian Ward | 2013-12-26 | 1 | -0/+105 |
| | | |||||
| * | fix test_str_util for non-compiled case | Ian Ward | 2013-12-26 | 1 | -1/+1 |
| | | |||||
| * | fix setup.py test to run doctests again | Ian Ward | 2013-12-26 | 1 | -0/+21 |
| | | |||||
| * | fix deprecation warnings for assertEquals | Ian Ward | 2013-12-26 | 4 | -104/+104 |
| | | |||||
| * | test to reproduce tracebacks in #39 | Ian Ward | 2013-12-24 | 1 | -0/+5 |
| | | |||||
| * | fix+test for zero-weighted items in Pile | Ian Ward | 2013-12-24 | 1 | -0/+7 |
| | | |||||
| * | test showing Columns.move_cursor_to_coords not handling left/right | Ian Ward | 2013-01-27 | 1 | -0/+5 |
| | | |||||
| * | Broke tests out into individual test files. | Julian Berman | 2012-12-14 | 12 | -0/+3104 |
