Skip to content
Snippets Groups Projects
Commit 8f31e51d authored by Vermaat's avatar Vermaat
Browse files

Fix unit test for restriction site analysis

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@620 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 3a7c3a61
No related branches found
No related tags found
No related merge requests found
......@@ -569,10 +569,10 @@ class TestWSGI():
results = self._batch('NameChecker',
file='\n'.join(variants),
size=len(variants),
header='Input\tErrors | Messages')
header='Input\tErrors | Messages').strip().split('\n')
assert 'Restriction Sites Created\tRestriction Sites Deleted' in results[0]
assert 'CviQI,RsaI\tBccI' in results[1]
assert 'CviQI,RsaI;HinP1I,HhaI;SfcI\tBccI;;BpmI,MnlI,BsaXI (2),Hpy188III' in results[2]
assert 'CviQI,RsaI;HhaI,HinP1I;SfcI\tBccI;;BpmI,BsaXI (2),MnlI' in results[2]
@slow
def test_batch_syntaxchecker_toobig(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment