py-libp2p/tests/interop/test_pubsub.py
2019-09-02 18:40:12 +08:00

8 lines
137 B
Python

import pytest
@pytest.mark.parametrize("num_hosts", (1,))
@pytest.mark.asyncio
async def test_gossipsub(pubsubs_gsub, p2pds):
pass