Commit af1fd43e authored by Taddeus Kroes's avatar Taddeus Kroes

Ignored some unused lines from coverage.

parent f64ecc9a
......@@ -4,12 +4,12 @@ from src.possibilities import MESSAGES, Possibility as P, filter_duplicates
from tests.test_rules_poly import tree
def dummy_handler(root, args):
return root
def dummy_handler(root, args): # pragma: nocover
pass
def dummy_handler_msg(root, args):
return root
def dummy_handler_msg(root, args): # pragma: nocover
pass
MESSAGES[dummy_handler_msg] = 'foo {1} + {2} bar'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment