OpenStack tooling for interacting with testr
7dd678e372
This commit switches the ostestr command to use stestr under the covers. This simplifies the majority of the logic, eventually ostestr will be deprecated as a result of this migration. (since almost all the logic here is contained in stestr already) Depends-On: I2c7618a742439fd2ed26879f3114f0f66fd6337f Change-Id: Id7cb2a39a8308f1413608dcf19273a1d7f33592e |
||
---|---|---|
doc/source | ||
os_testr | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
os-testr
A testr wrapper to provide functionality for OpenStack projects.
- Free software: Apache license
- Documentation: http://docs.openstack.org/os-testr/
- Source: http://git.openstack.org/cgit/openstack/os-testr
- Bugs: http://bugs.launchpad.net/os-testr
Features
ostestr
: a testr wrapper that uses subunit-trace for output and builds some helpful extra functionality around testrsubunit-trace
: an output filter for a subunit stream which provides useful information about the runsubunit2html
: generates a test results html page from a subunit streamgenerate-subunit
: generate a subunit stream for a single test