Skip to content

Commit c762c9c

Browse files
committed
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.
1 parent 3616190 commit c762c9c

File tree

4 files changed

+515
-0
lines changed

4 files changed

+515
-0
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ flake8 = "*"
88
mypy = "*"
99
isort = "*"
1010
pytest = "*"
11+
pytest-asyncio = "*"
1112
rope = "*"
1213
v = {editable = true,version = "*"}
1314

0 commit comments

Comments
 (0)