Initial commit.

This commit is contained in:
Anthony Sottile 2014-03-13 08:41:35 -07:00
commit 27291ffa31
10 changed files with 330 additions and 0 deletions

19
.coveragerc Normal file
View file

@ -0,0 +1,19 @@
[report]
exclude_lines =
# Don't complain about defensive assertions
raise NotImplementedError
raise AssertionError
# Don't complain about non-runnable code
if __name__ == .__main__.:
omit =
/usr/*
py_env/*
*/__init__.py
# Ignore test coverage
tests/*
# Don't complain about our pre-commit file
pre-commit.py