more tests for MRC coverage

This commit is contained in:
James Turk 2015-02-19 15:14:30 -05:00
parent 16a6637cb7
commit 6a9151d4a0
1 changed files with 6 additions and 0 deletions

View File

@ -123,6 +123,10 @@ class JellyfishTests(object):
("Bosch", "BAS"),
("Lapher", "LAFAR"),
("wiyh", "WY"),
#("Knave", "NAV"),
#("Pheeny", "FANY"),
#("Schmitty", "SNATY"),
#("MacArthur", "MCARTAR"),
]
for (s1, s2) in cases:
@ -145,6 +149,8 @@ class JellyfishTests(object):
("Smith", "Smyth", True),
("Catherine", "Kathryn", True),
("Michael", "Mike", False),
("Tim", "Timothy", None),
("Ed", "Ad", False),
]
for (s1, s2, value) in cases: