summaryrefslogtreecommitdiff
path: root/kazoo/testing/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-1/+4
|
* style: pep8 importsjeffwidman-pep8-importsJeff Widman2017-07-231-2/+1
| | | | | Also incorporates some recommendations from pep-257 on docstring conventions.
* move code out of `testing.__init__`Hanno Schlichting2012-09-041-140/+3
|
* Remove zookeeper C leftovers.Ben Bangert2012-08-311-151/+0
|
* Fetch a value for a slightly faster session expiration.Ben Bangert2012-08-291-0/+1
|
* Don't do full listener state transitions when going from closed -> connecting.Ben Bangert2012-08-291-1/+1
| | | | | Fix other test to previous seen behavior. Lower session timeout for faster tests.
* Wait longer for session expiration, it'll happen….Ben Bangert2012-08-291-3/+3
|
* Import objects from the right place for tests.Ben Bangert2012-08-291-3/+4
|
* Remove debugging code, lower timeouts.Ben Bangert2012-08-231-2/+2
|
* Remove sys.exit that should've been in rollback.Ben Bangert2012-08-211-1/+0
|
* Back out sub process spawning which doesn't solve the C binding issue.Ben Bangert2012-08-211-34/+5
|
* Try and locate proper pythonBen Bangert2012-08-211-1/+6
|
* Use appropriate python for CI.Ben Bangert2012-08-211-7/+14
|
* Spin up session killer in a separate process.Ben Bangert2012-08-211-5/+24
|
* Remove zookeeper server ordering here.Ben Bangert2012-08-211-1/+0
|
* Use new return system to de-register.Ben Bangert2012-08-211-2/+1
|
* Ensure deterministic order once.Ben Bangert2012-08-211-0/+3
| | | | Increase wait time so tests don't lock forever and instead throw an error properly.
* Make expire_session a blocking call that doesn't return until it sees a ↵Ben Bangert2012-08-211-0/+13
| | | | session loss.
* Avoid unnecessary repeat connections.Ben Bangert2012-08-121-5/+9
|
* Rename connect/connect_async to start/start_async.Ben Bangert2012-08-021-3/+3
| | | | | Update docs for renaming. Retain old connect/connect_async aliases for now.
* spelling, Ben asked for it ;)Hanno Schlichting2012-07-311-5/+5
|
* Better docs on ZooError'sBen Bangert2012-07-301-0/+7
|
* Fix testing issue with assigning to a tuple.Ben Bangert2012-07-251-0/+7
|
* Setup testing cluster on first use, not importDavid LaBissoniere2012-07-191-9/+13
|
* Consolidate testing code in kazoo.testingDavid LaBissoniere2012-07-191-0/+254