Increase testing coverage for ASGI

Beautify

Specify websockets version
This commit is contained in:
Adam Hopkins
2019-06-19 00:15:41 +03:00
parent fb61834a2e
commit b1c23fdbaa
9 changed files with 430 additions and 34 deletions

View File

@@ -18,6 +18,8 @@ deps =
beautifulsoup4
gunicorn
pytest-benchmark
uvicorn
websockets>=6.0,<7.0
commands =
pytest {posargs:tests --cov sanic}
- coverage combine --append