OpenIris/PythonTools/conftest.py
2023-04-09 16:29:19 +02:00

8 lines
121 B
Python

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