adding todo to connection test
This commit is contained in:
parent
2569eac3a0
commit
276aa97f21
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user