more tests for MRC coverage
This commit is contained in:
parent
16a6637cb7
commit
6a9151d4a0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue