advanced-python-homework-2023/tests/controls/test_device.py
2023-10-27 00:17:40 +03:00

8 lines
152 B
Python

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