py-libp2p/tests/interop/test_pubsub.py

8 lines
137 B
Python
Raw Normal View History

2019-09-02 18:40:12 +08:00
import pytest
@pytest.mark.parametrize("num_hosts", (1,))
@pytest.mark.asyncio
async def test_gossipsub(pubsubs_gsub, p2pds):
pass