mirror of
https://github.com/EyeTrackVR/OpenIris.git
synced 2025-11-04 15:39:42 +08:00
clean up unused fixtures
This commit is contained in:
parent
a0cfa48fa0
commit
1e6ac7e503
@ -8,7 +8,6 @@ from .models import (
|
||||
CameraConfig,
|
||||
WiFiConfig,
|
||||
TrackerConfig,
|
||||
WiFiTXPower,
|
||||
MDNSConfig,
|
||||
)
|
||||
|
||||
|
||||
@ -1,13 +1,7 @@
|
||||
import pytest_asyncio
|
||||
|
||||
from .OpenIrisClient import OpenIrisClient
|
||||
|
||||
|
||||
@pytest_asyncio.fixture()
|
||||
async def device_url():
|
||||
return "http://openiristracker.local:81/"
|
||||
|
||||
|
||||
@pytest_asyncio.fixture()
|
||||
async def openiris_client(device_url):
|
||||
return OpenIrisClient(tracker_address=device_url)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user