Skip to content

Commit

Permalink
Remove diagnostic message and exit() in unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhwyllie committed Aug 10, 2018
1 parent f5ab6d2 commit e7c7d22
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/findNeighbour3-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,6 @@ def runTest(self):
self.assertTrue(isjson(res.content))
self.assertEqual(res.status_code, 200)
d = json.loads(res.content, encoding='utf-8')
print(d)
exit()
self.assertEqual(set(inserted_guids)-set(d.keys()),set([]))

relpath = "/api/v2/multiple_alignment_cluster/SNV12_ignore/{0}/fasta".format(cluster_id)
Expand Down

0 comments on commit e7c7d22

Please sign in to comment.