Files
deb-python-taskflow/taskflow/examples/simple_linear.out.txt
Ivan A. Melnikov cd04997bce Check examples when running tests
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
2013-08-27 12:54:23 +04:00

5 lines
124 B
Plaintext

Calling jim.
Context = {'joe_number': 444, 'jim_number': 555}
Calling joe.
Context = {'joe_number': 444, 'jim_number': 555}