adding todo to connection test

This commit is contained in:
Robert Zajac 2018-11-21 00:13:02 -05:00 committed by GitHub
parent 2569eac3a0
commit 276aa97f21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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