Exemple #1
0
 def test_run_no_workflow(self):
     tr = TestRun(self.testConfig)
     with self.assertRaises(Exception):
         tr.run()
Exemple #2
0
 def test_run_no_workflow(self):
     tr = TestRun("test-data/local/run/config.txt")
     with self.assertRaises(Exception):
         tr.run()