Files
motorDriverTests/tests/sinqMotor/masterMacs/lin1/conftest.py
2025-07-24 12:54:45 +02:00

10 lines
214 B
Python

# This module defines fixtures which are shared for all tests of motor "lin1".
import pytest
from common import MasterMACS
@pytest.fixture(autouse=True)
def motor():
return MasterMACS('masterMacs1', 'lin1')