summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_gevent_handler.py
Commit message (Expand)AuthorAgeFilesLines
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-1/+1
* fix(core): use selectors to poll connections instead of raw select in threadi...Wang2022-02-021-0/+22
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-26/+27
* fix: Remove use of "async" as a variableTravis Gockel2017-08-241-2/+2
* Make flake8 happyHanno Schlichting2014-08-111-3/+3
* Remove some remaining peek tests.Ben Bangert2013-01-041-37/+0
* re-use the API tests for testing the gevent handlerHanno Schlichting2012-09-221-1/+21
* make `KazooTestCase.tearDown` work even if `setUp` wasn't calledHanno Schlichting2012-09-221-1/+1
* forgot to call the base class' setUpHanno Schlichting2012-09-191-0/+1
* avoid module scope imports of gevent and skip tests if it's not installedHanno Schlichting2012-09-191-7/+28
* Fix gevent 0.13.x peekable queue signalingDavid LaBissoniere2012-09-111-0/+24
* Remove unnecessary queues.Ben Bangert2012-09-051-36/+0
* complete coverage for gevent handlerHanno Schlichting2012-09-041-9/+66
* Add a test for the peek able queue, and some basic commands using gevent.Ben Bangert2012-08-311-0/+25
* Fix callback imports.Ben Bangert2012-08-291-1/+1
* Apply Bob's patch as it actually works, add test case to verify exception rai...Ben Bangert2012-08-191-0/+9
* Fix handler tests to start the handler.Ben Bangert2012-08-021-0/+3
* Rename connect/connect_async to start/start_async.Ben Bangert2012-08-021-2/+2
* Add a client integration test for the gevent handlerHanno Schlichting2012-07-191-0/+13
* fix testcase nameHanno Schlichting2012-07-191-1/+1
* Preliminary passing gevent testsBen Bangert2012-06-081-0/+60
* Start of handler tests. Test threading handler functions.Ben Bangert2012-06-071-0/+0