moved factories to tests

This commit is contained in:
Khwahish Patel
2025-02-21 16:18:43 +05:30
committed by Paul Robinson
parent ddf68ee4e0
commit df72979606
30 changed files with 59 additions and 66 deletions

View File

@ -6,7 +6,7 @@ from libp2p.host.exceptions import (
from libp2p.peer.peerinfo import (
PeerInfo,
)
from libp2p.tools.factories import (
from tests.factories import (
HostFactory,
RoutedHostFactory,
)