summaryrefslogtreecommitdiff
path: root/test.py
Commit message (Collapse)AuthorAgeFilesLines
* Starting integration testsDavid Arthur2012-09-281-119/+0
|
* Adding simple (dumb) request testsDavid Arthur2012-09-271-1/+14
| | | | Integration tests to come
* More unit testsDavid Arthur2012-09-271-2/+64
| | | | | | Run like: python -m unittest -v test
* Starting on unit testsDavid Arthur2012-09-271-0/+44
Updated several methods in KafkaClient to be classmethods. Updated some inline documentation also