mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Fix coverage
This commit is contained in:
parent
6b724380a2
commit
17c80ad60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue