Files
motorDriverTests/tests/masterMacs1/_ax1/conftest.py
Stefan Mathis 7ab4486748 Restructured the test setup
General test configurations are now separated from specific axis test
definitions.
2025-08-11 12:01:37 +02:00

10 lines
220 B
Python
Executable File

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