summaryrefslogtreecommitdiff
path: root/test/test_codec.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup fixture importsJeff Widman2018-10-271-1/+1
* Vendor `six` consistentlyJeff Widman2018-10-221-6/+6
* Alter test skips: python-lz4 works on python26, but not pypyDana Powers2017-03-141-4/+9
* Use standard LZ4 framing for v1 messages / kafka 0.10 (#695)Dana Powers2016-05-221-0/+23
* Update xerial snappy tests for new xerial defaultDana Powers2016-01-251-3/+5
* Convert codec tests to pytest; add simple lz4 testDana Powers2016-01-251-62/+75
* random_string helper should return str not bytesDana Powers2015-06-061-6/+6
* Merge conflict w/ assertEqual (assertEquals deprecated)Dana Powers2014-12-151-4/+4
* Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-071-17/+22
|\
| * Make all unit tests pass on py3.3/3.4Bruno ReniƩ2014-09-031-11/+14
| * Use base unittest or unittest2 depending on python versionBruno ReniƩ2014-09-031-6/+6
* | Cleanup tests: no more import *; remove unusedDana Powers2014-09-041-4/+1
|/
* Fix Python 2.6 supportMark Roberts2014-04-231-18/+6
* Split out kafka version environments, default tox no longer runs any integrat...Mark Roberts2014-04-231-2/+1
* Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci...Mark Roberts2014-04-231-1/+1
* Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-081-12/+5
* Split test files, modify test_protocolMark Roberts2014-04-081-0/+90