summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add the link_future() functionVictor Stinner2014-11-211-20/+6
* Add the wrap_greenthread() functionVictor Stinner2014-11-211-18/+27
* Port tests to asyncio 3.4.1Victor Stinner2014-11-211-14/+18
* example to chain a task with a coroutineVictor Stinner2014-11-211-8/+70
* call_soon() now detects automatically switch to call_soon_threadsafe() ifVictor Stinner2014-11-211-7/+7
* Test for chain coroutine to greenthreadVictor Stinner2014-11-211-0/+104
* Add more complex coroutine exampleVictor Stinner2014-11-211-1/+31
* In debug mode, detect calls to call_soon() from greenthreads which are notVictor Stinner2014-11-211-1/+25
* cleanup testsVictor Stinner2014-11-212-3/+0
* add eventlet testsVictor Stinner2014-11-211-0/+26
* add_reader() and add_writer() now cancels the previous handleVictor Stinner2014-11-201-0/+49
* Fix test_tcp_hello(): wait until the server is listeningVictor Stinner2014-11-201-2/+6
* Reuse the event loop policy from asyncio/trolliusVictor Stinner2014-11-201-3/+6
* port tests to python 2.6Victor Stinner2014-11-201-1/+5
* fix test_timer on windowsVictor Stinner2014-11-201-4/+4
* Fix EventLoop.stop(): don't stop immediatly, but schedule stopping the eventVictor Stinner2014-11-201-2/+2
* tests: each file is now executableVictor Stinner2014-11-196-0/+30
* convert last manual test to an unit testVictor Stinner2014-11-191-0/+75
* Convert more manual tests to unit testsVictor Stinner2014-11-195-1/+169
* add a first automated unit testVictor Stinner2014-11-192-0/+34