summaryrefslogtreecommitdiff
path: root/test/testutil.py
Commit message (Expand)AuthorAgeFilesLines
* Move logging format config to tox.ini to avoid duplicate log capture in pytes...Dana Powers2016-03-131-2/+0
* Add timestamps to basic test loggingDana Powers2016-03-121-1/+2
* Merge branch '0.9'Dana Powers2016-01-071-10/+4
|\
| * Fix KafkaClient->SimpleClient references0.9Dana Powers2016-01-071-2/+2
| * Move Request / Response logging from KafkaClient to BrokerConnectionDana Powers2015-12-101-3/+0
| * Drop kafka_bytestringDana Powers2015-12-101-4/+1
| * Update references to kafka.common Request/Response (now Payload)Dana Powers2015-12-091-2/+2
* | Refactor kafka_versions to support arbitrary operators (> >= < <= ! =)kafka_version_testsDana Powers2015-12-101-4/+38
|/
* Reduce log chatter in tests (only debug kafka.conn in test_conn)Dana Powers2015-06-081-0/+5
* Add zk to KafkaIntegrationTestCase attributes to fix lint errorDana Powers2015-06-081-0/+1
* Dump fixture logs on OffsetResponse error during producer integrationDana Powers2015-06-081-3/+9
* random_string helper should return str not bytesDana Powers2015-06-061-3/+2
* Make external API consistently support python3 strings for topic.Space2015-04-031-2/+6
* Fixed TestKafkaProducerIntegrationLou Marvin Caraig2014-11-261-0/+4
* Merge pull request #227 from wizzat-feature/py3Dana Powers2014-09-071-7/+10
|\
| * Fix more tests, only multiprocessing consumer ones remainingBruno Renié2014-09-031-2/+2
| * Bytes in self.msg()Bruno Renié2014-09-031-1/+1
| * Encode topic directlyBruno Renié2014-09-031-1/+2
| * Fix bytes interpolationBruno Renié2014-09-031-1/+1
| * Topic in bytesBruno Renié2014-09-031-1/+1
| * Make all unit tests pass on py3.3/3.4Bruno Renié2014-09-031-2/+4
| * Use base unittest or unittest2 depending on python versionBruno Renié2014-09-031-2/+3
|/
* Add pylint to tox.ini; test both kafka and test; default to error-checking on...Dana Powers2014-08-251-0/+1
* Handle New Topic CreationMark Roberts2014-05-221-12/+1
* Fix Python 2.6 supportMark Roberts2014-04-231-2/+2
* Split out kafka version environments, default tox no longer runs any integrat...Mark Roberts2014-04-231-5/+12
* Add test support for multiple versions of kafka. Uncomment first 0.8.1 speci...Mark Roberts2014-04-231-0/+12
* Update fixtures to eliminate extraneous logging on non-errors, split out most...Mark Roberts2014-04-221-4/+22
* Finish breaking out integration testsMark Roberts2014-04-171-2/+16
* Split up and speed up producer based integration testsMark Roberts2014-04-171-0/+47
* Reinstate test_integrate, make test_protocol more explicit, create testutilMark Roberts2014-04-081-0/+10