Add test for host connect and disconnect

This commit is contained in:
mhchia
2019-09-02 17:32:15 +08:00
parent dfd9ebdc5e
commit 56ef0b962c
7 changed files with 126 additions and 76 deletions

View File

@ -10,7 +10,7 @@ extras_require = {
"pytest-asyncio>=0.10.0,<1.0.0",
"pexpect>=4.6,<5",
# FIXME: Master branch. Use PyPI instead after it is released.
"p2pclient @ git+https://git@github.com/mhchia/py-libp2p-daemon-bindings@4777c62",
"p2pclient @ git+https://git@github.com/mhchia/py-libp2p-daemon-bindings@2647296",
],
"lint": [
"mypy>=0.701,<1.0",