Source code for ophyd_async.tango.testing._test_config
"""Helpful config class for testing."""
from tango import AttrDataFormat, CmdArgType
[docs]
class TestConfig:
"""Configuration for a test."""
data_type: CmdArgType
data_format: AttrDataFormat
enum_labels: list[str]