Add testcase that executes all examples from taskflow/examples directory. For examples with somewhat deterministic output the output is also checked. This commit also fixes couple of examples broken by recent decorators refactoring. Change-Id: I3e65eabde43e1dd26b442d8f7dd3f062bf80703d
8 lines
234 B
Plaintext
8 lines
234 B
Plaintext
Calling jim.
|
|
Context = {'joe_number': 444, 'jim_number': 555}
|
|
Calling joe.
|
|
Context = {'joe_number': 444, 'jim_number': 555}
|
|
Calling 444 and apologizing.
|
|
Calling 555 and apologizing.
|
|
Flow failed: IOError('Suzzie not home right now.',)
|