mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 08:00:54 +00:00
move interop tests tools into tests folder
This commit is contained in:
@ -21,10 +21,10 @@ from libp2p.tools.factories import (
|
||||
HostFactory,
|
||||
PubsubFactory,
|
||||
)
|
||||
from libp2p.tools.interop.daemon import (
|
||||
from tests.utils.interop.daemon import (
|
||||
make_p2pd,
|
||||
)
|
||||
from libp2p.tools.interop.utils import (
|
||||
from tests.utils.interop.utils import (
|
||||
connect,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user