Skip to content
Snippets Groups Projects
Commit 010213f5 authored by Bienchen's avatar Bienchen
Browse files

Making unit tests fail on purpose

parent 1719812c
Branches
Tags
No related merge requests found
......@@ -115,6 +115,7 @@ class TestHHblitsBindings(unittest.TestCase):
'TSKYR')
self.hh = hhblits.HHblits(query_seq, self.hhroot)
a3m = self.hh.BuildQueryMSA('testfiles/hhblitsdb/hhblitsdb')
print "BIENCHEN A3M", a3m
self.assertTrue(filecmp.cmp(a3m, "testfiles/testali.a3m"))
def testA3mToProfileFileName(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment