summaryrefslogtreecommitdiff
path: root/urwid/tests
Commit message (Expand)AuthorAgeFilesLines
* fix asyncio event loop test on py3.4max ulidtko2019-08-091-0/+4
* Merge branch 'remove-pollinglistwalker' of https://github.com/hkoof/urwid int...Tony Cebzanov2019-05-202-6/+6
|\
| * use ListWalker in unit tests when creating ListBoxesHeiko Noordhof2014-11-062-6/+6
* | add test for RLE append/prepend utilsmax ulidtko2019-05-161-0/+17
* | Merge branch 'master' into asyncio-exceptionsnocarryr2019-01-162-0/+81
|\ \
| * | Add tests of escape sequence parsingMaxim Ivanov2018-12-091-0/+79
| * | extended numerical editing: integers and floatshootnot2018-02-041-0/+2
* | | Add test case for exceptions caught in coroutinesnocarryr2018-02-121-0/+11
|/ /
* | Added test.Andrew Dunai2018-01-231-0/+16
* | Fix .with_traceback for Python 2.x and add tests to cover this (#275)Andrew Dunai2018-01-181-0/+14
* | Fixing test timings.Andrew Dunai2018-01-171-7/+2
* | Twisted bug.Andrew Dunai2018-01-171-0/+5
* | Python dual support (#266)Andrew Dunai2018-01-043-5/+6
* | Merge pull request #237 from floppym/test-vterm-EINTRIan Ward2017-07-041-2/+10
|\ \
| * | test_vterm: handle EINTR when reading from pipeMike Gilbert2017-06-031-2/+10
* | | Merge pull request #238 from mwhudson/issue-164Ian Ward2017-06-071-3/+8
|\ \ \ | |/ / |/| |
| * | fix test_remove_watch_file flakinessMichael Hudson-Doyle2017-06-071-3/+8
* | | 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
|/
* 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