From 6a9151d4a04fc3741a8f2b6405933522ec77e77f Mon Sep 17 00:00:00 2001 From: James Turk Date: Thu, 19 Feb 2015 15:14:30 -0500 Subject: [PATCH] more tests for MRC coverage --- jellyfish/test.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jellyfish/test.py b/jellyfish/test.py index 38e6233..899d562 100644 --- a/jellyfish/test.py +++ b/jellyfish/test.py @@ -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: