We accept patches!
To start working on a feature or fix (on Github):
- Fork ZKTraffic
- Make a feature branch
- Work on your feature or bugfix
- Write a test for your change
- From your branch, make a pull request against twitter/zktraffic/master
ZKTraffic uses nose for tests. All tests go in zktraffic/tests.
To run the tests:
$ python setup.py nosetests
Make sure your code is PEP8 compliant and workes with Py2.7 and Py3K.