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

fix unit test

parent 67a169cf
No related branches found
No related tags found
No related merge requests found
......@@ -1242,7 +1242,7 @@ class PM3ArgParseTests(unittest.TestCase):
parser.AssembleParser()
opts = parser.Parse(['-f', 'data/aln_tpl/1crn.fasta',
'-f', 'data/aln_tpl/5ua4_B.fasta',
'--use_fragments'])
'--use-fragments'])
self.assertEqual(len(opts.alignments), 2)
self.assertEqual(len(opts.fragger_handles), 2)
self.assertEqual(opts.alignments[0].GetSequence(0).GetGaplessString(),
......@@ -1271,7 +1271,7 @@ class PM3ArgParseTests(unittest.TestCase):
'-f', 'data/aln_tpl/5ua4_B.fasta',
'-s', 'data/aln_tpl/1crn.hhm',
'-s', 'data/aln_tpl/5ua4_B.hhm',
'--use_fragments'])
'--use-fragments'])
self.assertEqual(len(opts.alignments), 2)
self.assertEqual(len(opts.fragger_handles), 2)
self.assertEqual(opts.alignments[0].GetSequence(0).GetGaplessString(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment