Add a simple integration test for Gunicorn worker

This commit is contained in:
messense
2017-05-23 10:59:55 +08:00
parent b447807b36
commit 3eed81c1eb
3 changed files with 24 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ deps =
aiohttp==1.3.5
chardet<=2.3.0
beautifulsoup4
gunicorn
commands =
pytest tests {posargs}
coverage erase