From 17c80ad60dcce07fb73751e56774b84f2bd02e57 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Tue, 7 May 2019 11:33:05 +0200 Subject: [PATCH] Fix coverage --- certbot/tests/hook_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/tests/hook_test.py b/certbot/tests/hook_test.py index 970a0fbdf..bae8c427a 100644 --- a/certbot/tests/hook_test.py +++ b/certbot/tests/hook_test.py @@ -66,7 +66,7 @@ class HookTest(util.ConfigTestCase): """Common base class for hook tests.""" @classmethod - def _call(cls, *args, **kwargs): + def _call(cls, *args, **kwargs): # pragma: no cover """Calls the method being tested with the given arguments.""" raise NotImplementedError