advanced-python-homework-2023/tests/controls/test_device.py

8 lines
152 B
Python
Raw Normal View History

import pytest
from controls.device import DeviceLifecycleState
def test_enum():
assert DeviceLifecycleState["INIT"] == DeviceLifecycleState.INIT