Fix tests in protocol_muxer and libp2p

This commit is contained in:
mhchia
2019-12-01 17:43:14 +08:00
parent 62e47080f5
commit 31bf774a16
6 changed files with 325 additions and 398 deletions

View File

@ -1,6 +1,5 @@
import trio
import pytest
import trio
from libp2p.network.stream.exceptions import StreamClosed, StreamEOF, StreamReset
from libp2p.tools.constants import MAX_READ_LEN