Skip to content

Commit

Permalink
Temporary no cover
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Nov 28, 2023
1 parent e686f7f commit 3cb269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stratis_cli/_actions/_dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def make_dyn_class(key, purpose):
try:
if key == ClassKey.MANAGER:
_add_abs_path_assertion(klass, "CreatePool", "devices")
if key == ClassKey.POOL:
if key == ClassKey.POOL: # pragma: no cover
_add_abs_path_assertion(klass, "InitCache", "devices")
_add_abs_path_assertion(klass, "AddCacheDevs", "devices")
_add_abs_path_assertion(klass, "AddDataDevs", "devices")
Expand Down

0 comments on commit 3cb269c

Please sign in to comment.