mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 15:10:54 +00:00
adding todo to connection test
This commit is contained in:
@ -12,6 +12,7 @@ async def handle_echo(reader, writer):
|
|||||||
writer.close()
|
writer.close()
|
||||||
|
|
||||||
@pytest.mark.asyncio
|
@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():
|
async def test_simple_echo():
|
||||||
server_ip = '127.0.0.1'
|
server_ip = '127.0.0.1'
|
||||||
server_port = 8888
|
server_port = 8888
|
||||||
|
|||||||
Reference in New Issue
Block a user