Merge branch 'mplex' of https://github.com/zixuanzh/py-libp2p into mplex

This commit is contained in:
zixuanzh 2018-11-21 00:42:07 -05:00
commit 0bfb7fb7e2

View File

@ -12,6 +12,7 @@ async def handle_echo(reader, writer):
writer.close()
@pytest.mark.asyncio
# TODO: this test should develop out into a fuller test between MPlex modules communicating with each other.
async def test_simple_echo():
server_ip = '127.0.0.1'
server_port = 8888