mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
move interop tests tools into tests folder
This commit is contained in:
@ -22,12 +22,12 @@ from libp2p.pubsub.subscription import (
|
||||
from libp2p.tools.factories import (
|
||||
PubsubFactory,
|
||||
)
|
||||
from libp2p.tools.interop.utils import (
|
||||
connect,
|
||||
)
|
||||
from libp2p.utils import (
|
||||
read_varint_prefixed_bytes,
|
||||
)
|
||||
from tests.utils.interop.utils import (
|
||||
connect,
|
||||
)
|
||||
|
||||
TOPIC_0 = "ABALA"
|
||||
TOPIC_1 = "YOOOO"
|
||||
|
||||
Reference in New Issue
Block a user