Add test for generated service stub

- Create one simple test for generated Service stubs in preparation
for making more changes in this area.
- Add dev dependency on pytest-asyncio in order to use ChannelFor
from grpclib.testing more easily.
- Create a new example proto containing a minimal rpc example.
This commit is contained in:
Nat Noordanus
2020-04-12 19:33:23 +02:00
parent 3616190451
commit c762c9c549
4 changed files with 515 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ flake8 = "*"
mypy = "*"
isort = "*"
pytest = "*"
pytest-asyncio = "*"
rope = "*"
v = {editable = true,version = "*"}