100% Coverage for Sanic Blueprint (#1419)

* add unit tests to completely cover blueprints

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>

* fix typo in the unit test code

Signed-off-by: Harsha Narayana <harsha2k4@gmail.com>
This commit is contained in:
Harsha Narayana
2018-11-26 01:26:34 +05:30
committed by Stephen Sadowski
parent 822ced6294
commit aa0874b6d8
2 changed files with 125 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ commands =
pytest tests --cov sanic --cov-report= {posargs}
- coverage combine --append
coverage report -m
coverage html -i
[testenv:lint]
deps =