full coverage for init

full coverage for init
- 100% coverage of db operations
This commit is contained in:
Brian Martin 2019-03-13 21:07:29 -04:00
parent 9580687aea
commit 616729e97f
5 changed files with 217 additions and 25 deletions

View file

@ -13,6 +13,7 @@ pyyaml = ">=4.2b1"
black = "*"
nose = "*"
coverage = "*"
mock = "*"
[pipenv]
allow_prereleases = true