summaryrefslogtreecommitdiff
path: root/test/unit.py
Commit message (Collapse)AuthorAgeFilesLines
* Adhere to common python naming conventionsIvan Pouzyrevsky2013-06-071-191/+0
|
* Add Snappy support0.1-alphaDavid Arthur2012-11-161-2/+45
| | | | Fixes #2
* Packaging improvmentsDavid Arthur2012-10-021-0/+29
| | | | | | | | | | | | | | | | | | | | | | | Can now: ```python import kafka kafka.KafkaClient("localhost", 9092) ``` or ```python from kafka.client import KafkaClient KafkaClient("localhost", 9092) ``` or ```python import kafka.client kafka.client.KafkaClient("localhost", 9092) ```
* Renaming kafka.py to client.pyDavid Arthur2012-10-021-1/+1
|
* Moved codec stuff into it's own moduleDavid Arthur2012-10-021-2/+2
| | | | Snappy will go there when I get around to it
* Start work on packaging issue #3David Arthur2012-10-021-2/+2
|
* Starting integration testsDavid Arthur2012-09-281-0/+119