mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-07-11 11:11:53 +02:00
ci: added no-cover to static device test
This commit is contained in:
@ -19,6 +19,7 @@ except ImportError:
|
|||||||
|
|
||||||
|
|
||||||
class StaticDeviceTest:
|
class StaticDeviceTest:
|
||||||
|
# pragma: no cover
|
||||||
"""Class to perform tests on an ophyd device config file."""
|
"""Class to perform tests on an ophyd device config file."""
|
||||||
|
|
||||||
def __init__(self, config: str, output_file: TextIOWrapper) -> None:
|
def __init__(self, config: str, output_file: TextIOWrapper) -> None:
|
||||||
|
Reference in New Issue
Block a user