Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/p/l/plow-blueprint-0.1.3/tests/test_taskrun.py plow-blueprint(Download)
def testRunTask(self): task = TestTask("test") self.job.addLayer(task) self.job.setup() task.execute()