TST: Coverage and adding new model tests

This commit is contained in:
Matthew Ryan Dillon 2016-08-21 15:50:29 -07:00
parent 5c69e774f9
commit 31714215d0
10 changed files with 65 additions and 11 deletions

3
.coveragerc Normal file
View file

@ -0,0 +1,3 @@
[run]
omit = ./venv/*,./config/*,manage.py
branch = True