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

Testing

parent 35bbadb5
Branches
Tags
No related merge requests found
......@@ -118,12 +118,12 @@ class TestHHblitsBindings(unittest.TestCase):
print "A3M"
with open(a3m) as fh:
for line in fh:
line = line.split()
line = line.strip()
print line
print "TESTFILE"
with open("testfiles/testali.a3m") as fh:
for line in fh:
line = line.split()
line = line.strip()
print line
self.assertTrue(filecmp.cmp(a3m, "testfiles/testali.a3m"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment