ci: added no-cover to static device test

This commit is contained in:
2024-01-26 17:22:34 +01:00
parent b54b5d4b00
commit 97e102fddb

View File

@ -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: