OpenIris/PythonTools/conftest.py

7 lines
120 B
Python

import pytest_asyncio
@pytest_asyncio.fixture()
async def device_url():
return "http://openiristracker.local:81/"