From 97e102fddb8990a85a6102640545160ffc051d3f Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 26 Jan 2024 17:22:34 +0100 Subject: [PATCH] ci: added no-cover to static device test --- ophyd_devices/utils/static_device_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ophyd_devices/utils/static_device_test.py b/ophyd_devices/utils/static_device_test.py index afe110c..b812645 100644 --- a/ophyd_devices/utils/static_device_test.py +++ b/ophyd_devices/utils/static_device_test.py @@ -19,6 +19,7 @@ except ImportError: class StaticDeviceTest: + # pragma: no cover """Class to perform tests on an ophyd device config file.""" def __init__(self, config: str, output_file: TextIOWrapper) -> None: