mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add tests for MplexConn
This commit is contained in:
@ -7,9 +7,6 @@ from tests.constants import MAX_READ_LEN
|
||||
|
||||
DATA = b"data_123"
|
||||
|
||||
# TODO: Move `muxed_stream` specific(currently we are using `MplexStream`) tests to its
|
||||
# own file, after `generic_protocol_handler` is refactored out of `Mplex`.
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_net_stream_read_write(net_stream_pair):
|
||||
|
||||
Reference in New Issue
Block a user