summaryrefslogtreecommitdiff
path: root/tests/test_eventlet.py
Commit message (Expand)AuthorAgeFilesLines
* Don't use deprecated functions in testsVictor Stinner2015-01-061-5/+5
* rename the project from aiogreen to aioeventletVictor Stinner2014-12-031-25/+25
* Rename the link_future() function to yield_future()Victor Stinner2014-12-031-15/+15
* fix pyflakes warningsVictor Stinner2014-11-251-1/+1
* tests: check also the exception messageVictor Stinner2014-11-241-4/+9
* cleanup testsVictor Stinner2014-11-221-33/+18
* link_future() only accepts coroutine objects, not coroutine functionsVictor Stinner2014-11-221-0/+17
* tests: use shorter delaysVictor Stinner2014-11-221-14/+15
* link_future() now accepts coroutine objectsVictor Stinner2014-11-221-8/+39
* link_future() now raises an exception if it is called from the greenthread ofVictor Stinner2014-11-221-7/+45
* wrap_greenthread() now raises an exception if the greenthread is runningVictor Stinner2014-11-211-21/+44
* In debug mode, wrap_greenthread() now logs a warning if the greenthead isVictor Stinner2014-11-211-0/+15
* wrap_greenthread() now also works on greenlet objectsVictor Stinner2014-11-211-4/+86
* remove old codeVictor Stinner2014-11-211-36/+0
* 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
* In debug mode, detect calls to call_soon() from greenthreads which are notVictor Stinner2014-11-211-1/+25
* add eventlet testsVictor Stinner2014-11-211-0/+26