Skip to content
Snippets Groups Projects
Commit 0836b79f authored by Studer Gabriel's avatar Studer Gabriel
Browse files

dummy commit 3

see previous commits...
parent f66712fa
No related branches found
No related tags found
No related merge requests found
......@@ -182,7 +182,7 @@ class TestHHblitsBindings(unittest.TestCase):
self.assertEqual(len(elst_1), len(tlst))
for i in range(0, len(elst_1)):
if not elst_1[i].startswith(('FILE', 'COM', 'DATE')):
self.assertTrue(elst_1[i] == tlst[i] or elst_2[i] == tlst[i])
self.assertEqual(elst_2[i], tlst[i])
os.remove(hhfile)
def testA3mToProfileWithExistingFile(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment