hayd / pep8radius

PEP8 clean only the parts of the files touched since the last commit, a previous commit or (the merge-base of) a branch.
MIT License
183 stars 9 forks source link

FIX coverage #45

Closed hayd closed 10 years ago

hayd commented 10 years ago

This was an attempt to fix coverage (back to what it was), confusingly moving around the pep8radius.py file seems to have broken coverage, in the sense that where I test with check_output:

python pep8radius.py --version

Is no longer counted against coverage. This doesn't fix that but does fix a different coverage bug which was that it was testing against the installed pep8radius file (so changes required re-installing to test against).