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