mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 07:00:54 +00:00
moved factories to tests
This commit is contained in:
committed by
Paul Robinson
parent
ddf68ee4e0
commit
df72979606
@ -10,13 +10,13 @@ from libp2p.network.stream.exceptions import (
|
||||
from libp2p.tools.constants import (
|
||||
MAX_READ_LEN,
|
||||
)
|
||||
from libp2p.tools.factories import (
|
||||
HostFactory,
|
||||
)
|
||||
from libp2p.tools.utils import (
|
||||
connect,
|
||||
create_echo_stream_handler,
|
||||
)
|
||||
from tests.factories import (
|
||||
HostFactory,
|
||||
)
|
||||
|
||||
PROTOCOL_ID_0 = TProtocol("/echo/0")
|
||||
PROTOCOL_ID_1 = TProtocol("/echo/1")
|
||||
|
||||
Reference in New Issue
Block a user