def test_get_sub_runs(): wf = Workflow() assert len(wf.get_sub_runs()) == 0
def test_run(): wf = Workflow() assert_raises(Exception, wf.run, None)