Fix coverage

This commit is contained in:
Adrien Ferrand 2019-05-07 11:33:05 +02:00
parent 6b724380a2
commit 17c80ad60d

View file

@ -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