Files
motorDriverTests/tests/turboPmac1/ax5/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
217 B
Python
Executable File

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