9d5c35e057374e3846dcbfda7337ae3e868e39b3
- check process exit code instead of stderr emptiness; - in case of failure include stderr and stdout of example into exception message. Change-Id: I3957810c8ac0621bafa4eda85e089071d96c794e
TaskFlow
A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.
- More information at http://wiki.openstack.org/wiki/TaskFlow
Join us
Help
Tox.ini
To generate tox.ini, use the toxgen.py script by first installing
toxgen and then provide that script
as input the tox-tmpl.ini file to generate the final tox.ini file.
For example:
$ toxgen.py -i tox-tmpl.ini -o tox.ini
Description