mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
removed print and commented statements
This commit is contained in:
committed by
Paul Robinson
parent
de2c06ec65
commit
b478e72fac
@ -107,12 +107,7 @@ async def connect_and_disconnect(host_a, host_b, host_c):
|
|||||||
)
|
)
|
||||||
@pytest.mark.trio
|
@pytest.mark.trio
|
||||||
async def test_connected_peers(test, security_protocol):
|
async def test_connected_peers(test, security_protocol):
|
||||||
print("!@# ", security_protocol)
|
|
||||||
async with HostFactory.create_batch_and_listen(
|
async with HostFactory.create_batch_and_listen(
|
||||||
3, security_protocol=security_protocol
|
3, security_protocol=security_protocol
|
||||||
) as hosts:
|
) as hosts:
|
||||||
# addr = hosts[0].get_addrs()[0]
|
|
||||||
# info = info_from_p2p_addr(addr)
|
|
||||||
# await hosts[1].connect(info)
|
|
||||||
|
|
||||||
await test(hosts[0], hosts[1], hosts[2])
|
await test(hosts[0], hosts[1], hosts[2])
|
||||||
|
|||||||
Reference in New Issue
Block a user