Added pragma no cover for functions specific only to Juniper native minion

This commit is contained in:
David Murphy 2023-10-23 14:40:55 -06:00 committed by Gareth J. Greenaway
parent c9d18056e9
commit be22292a55

View file

@ -2050,6 +2050,7 @@ def _make_source_list(dir):
return dir_list
# pragma: no cover
@_timeout_decorator
def file_compare(file1, file2, **kwargs):
"""
@ -2112,6 +2113,7 @@ def file_compare(file1, file2, **kwargs):
return ret
# pragma: no cover
@_timeout_decorator
def fsentry_exists(dir, **kwargs):
"""
@ -2257,6 +2259,7 @@ def routing_engine(**kwargs):
return ret
# pragma: no cover
@_timeout_decorator
def dir_copy(source, dest, force=False, **kwargs):
"""