Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (test) SimpleConsumer.reset_partition_offset should not raise exception on fa... | Dana Powers | 2015-06-10 | 1 | -1/+16 |
* | (test) Consumer commit() should log errors and return True/False, not raise e... | Dana Powers | 2015-06-10 | 1 | -0/+24 |
* | Split consumer test class between Simple and MultiProcess | Dana Powers | 2015-06-10 | 1 | -1/+2 |
* | Add unit tests for SimpleConsumer error handling | Dana Powers | 2015-06-08 | 1 | -1/+74 |
* | Support optional partitions kwarg in MultiProcessConsumer | Dana Powers | 2015-05-17 | 1 | -2/+11 |
* | Move KafkaConsumer to kafka.consumer.kafka module; make available for import ... | Dana Powers | 2014-12-15 | 1 | -2/+1 |
* | Add a few basic KafkaConsumer tests | Dana Powers | 2014-12-15 | 1 | -0/+6 |
* | Merge pull request #227 from wizzat-feature/py3 | Dana Powers | 2014-09-07 | 1 | -2/+2 |
|\ | |||||
| * | Use base unittest or unittest2 depending on python version | Bruno ReniƩ | 2014-09-03 | 1 | -2/+2 |
* | | Cleanup tests: no more import *; remove unused | Dana Powers | 2014-09-04 | 1 | -14/+2 |
|/ | |||||
* | Various fixes | Mark Roberts | 2014-04-25 | 1 | -0/+22 |