Add asyncio protocol implementation.

This commit is contained in:
Johan Bloemberg
2016-11-21 15:47:29 +01:00
parent f8a3c76c68
commit e3569e0719
6 changed files with 148 additions and 70 deletions

View File

@@ -6,6 +6,7 @@ deps=
pytest
pylama
pytest-asyncio
pytest-catchlog
pytest-mock
commands=
py.test test {posargs}