Exemple #1
0
 def test_fixes(self):
     flow = Flow(workdir=test_dir,
                 manager=TaskManager.from_file(
                     os.path.join(test_dir, "taskmanager.yml")))
     inp = {}
     flow.register_task(input=inp)
     flow.allocate()
 def test_fixes(self):
     flow = Flow(workdir=test_dir, manager=TaskManager.from_file(os.path.join(test_dir, "taskmanager.yml")))
     inp = {}
     flow.register_task(input=inp)
     flow.allocate()