summaryrefslogtreecommitdiff
path: root/test/test_protocol.py
Commit message (Expand)AuthorAgeFilesLines
* Improve error handling and tests w.r.t. codecsPatrick Lucas2014-05-071-6/+58
* Merge branch 'teach_producers_about_compression' into producer_compressionMark Roberts2014-05-071-5/+4
* Fix Python 2.6 supportMark Roberts2014-04-231-10/+10
* Split out kafka version environments, default tox no longer runs any integrat...Mark Roberts2014-04-231-3/+1
* Add final tests for 100% coverage of protocol.py from test/test_protocol.pyMark Roberts2014-04-091-6/+63
* Add encode_offset_fetch_request testMark Roberts2014-04-091-9/+40
* Add commit offset request testMark Roberts2014-04-091-26/+47
* Add tests for encode_offset_requestMark Roberts2014-04-091-3/+43
* Add python-snappy to tox dependencies. Fix snappy protocol testMark Roberts2014-04-091-27/+36
* Convert test_encode_fetch_request to struct.pack format, improve test reliabi...Mark Roberts2014-04-091-12/+45
* Update more tests, fix intermittent failureMark Roberts2014-04-091-40/+89
* Convert more tests to struct.packMark Roberts2014-04-081-29/+75
* Convert serveral tests to struct.packMark Roberts2014-04-081-81/+93
* Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-081-5/+28
* Explicit testing of protocol errors. Make tests more explicit, and start wor...Mark Roberts2014-04-081-13/+34
* Split test files, modify test_protocolMark Roberts2014-04-081-0/+354