From ff31bf58804fc984c694f6acfaa302042bc85d89 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 3 Jan 2016 21:59:35 -0500 Subject: Boost coverage. Use coverage.ini to ignore a few common idioms, so as to reduce code clutter. Invoke coverage slightly differently in the tox.ini. --- src/mailman/chains/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/chains/base.py') diff --git a/src/mailman/chains/base.py b/src/mailman/chains/base.py index 911703ae9..a2266cf38 100644 --- a/src/mailman/chains/base.py +++ b/src/mailman/chains/base.py @@ -71,7 +71,7 @@ class TerminalChainBase: :param msg: The message. :param msgdata: The message metadata. """ - raise NotImplementedError # pragma: no cover + raise NotImplementedError def get_links(self, mlist, msg, msgdata): """See `IChain`.""" -- cgit v1.2.3-70-g09d2