Skip to content

Commit

Permalink
Fix a new test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Peng committed Jan 27, 2019
1 parent 622091a commit de765b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/test_nested.py
Original file line number Diff line number Diff line change
Expand Up @@ -786,16 +786,14 @@ def testNestedDynamicDepends(self):
run: expand=True
touch {_output}
[ALL]
[default]
sos_run('A', num=0)
''')
wf = script.workflow()
Base_Executor(wf).run()




if __name__ == '__main__':
#suite = unittest.defaultTestLoader.loadTestsFromTestCase(TestParser)
# unittest.TextTestRunner(, suite).run()
Expand Down

0 comments on commit de765b5

Please sign in to comment.