diff --git a/modules/bindings/tests/test_hhblits.py b/modules/bindings/tests/test_hhblits.py index 5a2972919ee12b992263182659f446d202ff604c..1511c5b855f0d0435f144c85dcc86c82ef446ad7 100644 --- a/modules/bindings/tests/test_hhblits.py +++ b/modules/bindings/tests/test_hhblits.py @@ -133,6 +133,13 @@ class TestHHblitsBindings(unittest.TestCase): 'TSKYR') self.hh = hhblits.HHblits(query_seq, self.hhroot) a3m = self.hh.BuildQueryMSA('testfiles/hhblitsdb/unittestdb') + + ost.LogError("Im the bad guy") + with open(a3m) as fh: + for line in fh.readlines(): + ost.LogError(line) + ost.LogError("Bad guy over n out") + self.assertTrue(filecmp.cmp(a3m, "testfiles/testali_two.a3m")) def testA3mToProfileFileName(self):