Skip to content

Commit

Permalink
-unit test for monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Amr Abouelleil committed Jul 10, 2018
1 parent 18e2a26 commit b95f4c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ def test_monitor_workflow(self):
wf = self.cromwell.jstart_workflow(self.wdl, self.json)
time.sleep(2)
workflow_id = wf['id']
m.monitor_workflow(workflow_id)

self.assertEqual(0, m.monitor_workflow(workflow_id))

@classmethod
def tearDown(self):
print("Done!")

if __name__ == '__main__':
unittest.main()

0 comments on commit b95f4c9

Please sign in to comment.