summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added monkeypatch stdlib tests, which test how well monkeypatching works. Un...Ryan Williams2010-02-093-42/+70
* Tweaked the way monkey_patch works so that it'll work better if called after ...Ryan Williams2010-02-071-3/+2
* Using pid-named databases now, so that multiple tests running on the same mac...Ryan Williams2010-02-071-9/+20
* Tweaked db_pool tests so tpool tests aren't run alongside pyevent. Caught by...Ryan Williams2010-02-071-6/+5
* Extended tpool's autowrap functionality to use the name of the attribute, whi...Ryan Williams2010-02-062-66/+172
* MergeRyan Williams2010-02-051-1/+43
|\
| * Added monkey_patch to patcher, as well as defaults to import_patched. With t...Ryan Williams2010-02-051-1/+43
* | Added eventlet.green.os and its test; rewrote wrap_pipe_with_coroutine_pipe t...Ryan Williams2010-02-052-0/+11
* | First cut of eventlet.green.subprocess module. Added stdlib tests as well. ...Ryan Williams2010-01-291-0/+11
|/
* Doc updates, robustified multiple waiter queue tests.Ryan Williams2010-01-282-40/+13
* test_urllib2 is a bit funkyRyan Williams2010-01-281-0/+1
* Added assertions about deadness of greenthreads.Ryan Williams2010-01-261-3/+13
* Fix for waitall with nothing runningGregory Holt2010-01-261-1/+6
* Moved a test.Ryan Williams2010-01-252-37/+40
* Removed my silly printsGregory Holt2010-01-211-4/+4
* Patch and test for keepalive and chunked transfer-encodingGregory Holt2010-01-211-0/+17
* Add queue to stdlib tests.Ryan Williams2010-01-231-0/+1
* Added getting() and putting() methods to the Queue class, replaced coros.queu...Ryan Williams2010-01-231-9/+5
* Added eventlet.green.Queue, and refactored the queue module so that it's actu...Ryan Williams2010-01-232-1/+14
* Found a minor bug in greenpool, added a test for it, and finished converting ...Ryan Williams2010-01-201-8/+26
* Fixed a buncha things noticed during a code review.Ryan Williams2010-01-181-6/+7
* Doc improvements, removed docs for coros and proc modules.Ryan Williams2010-01-181-0/+1
* Updated NEWS, added GreenPool.starmap, fixed the annoying intermittent test f...Ryan Williams2010-01-181-0/+4
* Fixed bug in tpool.killall, also another slight bug in the pollhub, and added...Ryan Williams2010-01-181-0/+9
* Removed api module dependency in pyevent hub.Ryan Williams2010-01-181-1/+2
* Removed unnecessary setup() call in tpool_test.Ryan Williams2010-01-182-3/+1
* Cleaned up link implementation in greenthread, added greenthread test module,...Ryan Williams2010-01-182-9/+71
* Converted Actor to use GreenPool.Ryan Williams2010-01-171-2/+0
* Moved Event to its own module. More cycle-breaking!Ryan Williams2010-01-174-27/+29
* Replaced tcp_listener and connect_tcp in greenio_test.pyRyan Williams2010-01-171-18/+43
* Sleep in greenio_testRyan Williams2010-01-171-2/+3
* Moved greenio_test to new APIs, created a new debug_test to test that module.Ryan Williams2010-01-172-57/+76
* Converted wsgi_test.py to new APIs.Ryan Williams2010-01-171-7/+8
* Ported saranwrap_test to new apis.Ryan Williams2010-01-171-9/+8
* Moved semaphore classes into their own module.Ryan Williams2010-01-171-8/+10
* Split off event_test from coros_test, refactored some of the interfaces.Ryan Williams2010-01-172-85/+89
* Taking test_socketserver out of rotation for now.Ryan Williams2010-01-171-2/+2
* MergeRyan Williams2010-01-171-1/+4
|\
| * Disabling tpool on darwin, disabling a misbehaving test.Ryan Williams2010-01-171-1/+4
* | Bumping up stress test timeouts for minilla.Ryan Williams2010-01-151-1/+1
* | Converted wsgi to use GreenPool.Ryan Williams2010-01-151-2/+2
|/
* Fixed a few rare errors revealed by copious testing, moved long-duration tpoo...Ryan Williams2010-01-151-51/+47
* Switched to begin() for hub initialization because beforeContext doesn't get ...Ryan Williams2010-01-151-1/+1
* Removed deprecation warnings from tpool_test.py, more cleanup in killall and ...Ryan Williams2010-01-151-13/+14
* Converted tpool to use newer APIs, improved cleanup and tests some more.Ryan Williams2010-01-151-7/+4
* Slightly improved setup/killall, and added debugging to tpool tests.Ryan Williams2010-01-141-1/+3
* Fixed tests that were making assumptions about waiter order on queues.Ryan Williams2010-01-142-13/+13
* MergeRyan Williams2010-01-149-151/+1000
|\
| * Added Queue class ported from gevent, with tests.Ryan Williams2010-01-141-0/+312
| * Upgraded wsgi tests. Reversed logic in hub's exception squelching so it's co...Ryan Williams2010-01-121-18/+15