Files
deb-python-warlock/HACKING.txt
2016-06-25 11:05:23 -07:00

7 lines
165 B
Plaintext

Hacking Guidelines:
- write unit tests
- use py.test to run tests
- support python 2.6 and 2.7 -- not 3.x just yet
- pass flake8 checks
- keep that pylint score up!