index
:
delta/python-packages/kazoo.git
133-testing-cluster-ports
462-virtualenv-continued
add-license-to-wheel
c-lib-legacy
correct-supported-versions-in-readme
enable-dependabot-for-github-actions
feat/add-github-templates
feat/github-actions
feat/issue-445
feat/python-3.11
feat/python-37
feat/python-38-tests
feat/revert-pr-305
feat/windows-testing
feature/single-zk-thread-refactor
fix-gevent-requirement
fix/github-action-trigger
jeffwidman-drop-old-gevent
jeffwidman-finish-removing-old-pythons
jeffwidman-fix-contributing-docs
jeffwidman-pep8-imports
jeffwidman-remove-easy-install
master
pure-python
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/2.9
remove-broken-downloads-badge
github.com: python-zk/kazoo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kazoo
/
tests
/
test_gevent_handler.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
1
-1
/
+1
*
fix(core): use selectors to poll connections instead of raw select in threadi...
Wang
2022-02-02
1
-0
/
+22
*
feat(test): Move to pytest
Charles-Henri de Boysson
2020-04-14
1
-26
/
+27
*
fix: Remove use of "async" as a variable
Travis Gockel
2017-08-24
1
-2
/
+2
*
Make flake8 happy
Hanno Schlichting
2014-08-11
1
-3
/
+3
*
Remove some remaining peek tests.
Ben Bangert
2013-01-04
1
-37
/
+0
*
re-use the API tests for testing the gevent handler
Hanno Schlichting
2012-09-22
1
-1
/
+21
*
make `KazooTestCase.tearDown` work even if `setUp` wasn't called
Hanno Schlichting
2012-09-22
1
-1
/
+1
*
forgot to call the base class' setUp
Hanno Schlichting
2012-09-19
1
-0
/
+1
*
avoid module scope imports of gevent and skip tests if it's not installed
Hanno Schlichting
2012-09-19
1
-7
/
+28
*
Fix gevent 0.13.x peekable queue signaling
David LaBissoniere
2012-09-11
1
-0
/
+24
*
Remove unnecessary queues.
Ben Bangert
2012-09-05
1
-36
/
+0
*
complete coverage for gevent handler
Hanno Schlichting
2012-09-04
1
-9
/
+66
*
Add a test for the peek able queue, and some basic commands using gevent.
Ben Bangert
2012-08-31
1
-0
/
+25
*
Fix callback imports.
Ben Bangert
2012-08-29
1
-1
/
+1
*
Apply Bob's patch as it actually works, add test case to verify exception rai...
Ben Bangert
2012-08-19
1
-0
/
+9
*
Fix handler tests to start the handler.
Ben Bangert
2012-08-02
1
-0
/
+3
*
Rename connect/connect_async to start/start_async.
Ben Bangert
2012-08-02
1
-2
/
+2
*
Add a client integration test for the gevent handler
Hanno Schlichting
2012-07-19
1
-0
/
+13
*
fix testcase name
Hanno Schlichting
2012-07-19
1
-1
/
+1
*
Preliminary passing gevent tests
Ben Bangert
2012-06-08
1
-0
/
+60
*
Start of handler tests. Test threading handler functions.
Ben Bangert
2012-06-07
1
-0
/
+0