Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alter test skips: python-lz4 works on python26, but not pypy | Dana Powers | 2017-03-14 | 1 | -4/+9 |
| | |||||
* | Use standard LZ4 framing for v1 messages / kafka 0.10 (#695) | Dana Powers | 2016-05-22 | 1 | -0/+23 |
| | | | | | | * LZ4 framing fixed in 0.10 / message v1 -- retain broken lz4 code for compatibility * lz4f does not support easy incremental decompression - raise RuntimeError * Update lz4 codec tests | ||||
* | Update xerial snappy tests for new xerial default | Dana Powers | 2016-01-25 | 1 | -3/+5 |
| | |||||
* | Convert codec tests to pytest; add simple lz4 test | Dana Powers | 2016-01-25 | 1 | -62/+75 |
| | |||||
* | random_string helper should return str not bytes | Dana Powers | 2015-06-06 | 1 | -6/+6 |
| | |||||
* | Merge conflict w/ assertEqual (assertEquals deprecated) | Dana Powers | 2014-12-15 | 1 | -4/+4 |
| | |||||
* | Merge pull request #227 from wizzat-feature/py3 | Dana Powers | 2014-09-07 | 1 | -17/+22 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 3 Support Conflicts: kafka/producer.py test/test_client.py test/test_client_integration.py test/test_codec.py test/test_consumer.py test/test_consumer_integration.py test/test_failover_integration.py test/test_producer.py test/test_producer_integration.py test/test_protocol.py test/test_util.py | ||||
| * | Make all unit tests pass on py3.3/3.4 | Bruno Renié | 2014-09-03 | 1 | -11/+14 |
| | | |||||
| * | Use base unittest or unittest2 depending on python version | Bruno Renié | 2014-09-03 | 1 | -6/+6 |
| | | |||||
* | | Cleanup tests: no more import *; remove unused | Dana Powers | 2014-09-04 | 1 | -4/+1 |
|/ | |||||
* | Fix Python 2.6 support | Mark Roberts | 2014-04-23 | 1 | -18/+6 |
| | |||||
* | Split out kafka version environments, default tox no longer runs any ↵ | Mark Roberts | 2014-04-23 | 1 | -2/+1 |
| | | | | integration tests, make skipped integration also skip setupClass, implement rudimentary offset support in consumer.py | ||||
* | Add test support for multiple versions of kafka. Uncomment first 0.8.1 ↵ | Mark Roberts | 2014-04-23 | 1 | -1/+1 |
| | | | | specific test. Add rudimentary (failing) consumer resumption test | ||||
* | Reinstate test_integrate, make test_protocol more explicit, create testutil | Mark Roberts | 2014-04-08 | 1 | -12/+5 |
| | |||||
* | Split test files, modify test_protocol | Mark Roberts | 2014-04-08 | 1 | -0/+90 |