summaryrefslogtreecommitdiff
path: root/test/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-111-85/+0
* Vendor `six` consistentlyJeff Widman2018-10-221-1/+1
* Don't use `kafka.common` internally1.3.5Jeff Widman2018-06-051-1/+1
* Remove dead code (#967)Jeff Widman2017-02-281-46/+0
* Update imports from kafka.common -> kafka.errors / kafka.structsDana Powers2016-04-051-5/+6
* Rename TopicAndPartition -> TopicPartitionDana Powers2015-12-281-1/+1
* Raise an error if we attempt to group duplicate topic-partition payloadsDana Powers2015-06-061-1/+5
* Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-071-27/+34
|\
| * Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-23/+32
| * Use base unittest or unittest2 depending on python versionBruno ReniƩ2014-09-031-3/+4
* | Import cleanups in testsDana Powers2014-09-041-0/+2
|/
* Failing test for write_int and write_shortMatthew L Daniel2014-08-221-0/+16
* PEP8 fixesMatthew L Daniel2014-08-221-12/+11
* Various fixesMark Roberts2014-04-251-4/+88
* Fix Python 2.6 supportMark Roberts2014-04-231-2/+5
* Remove test support for py26 since it's brokenMark Roberts2014-04-071-0/+15