1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
========
os-testr
========
A testr wrapper to provide functionality for OpenStack projects.
* Free software: Apache license
* Documentation: https://docs.openstack.org/os-testr/
* Source: https://opendev.org/openstack/os-testr
* Bugs: https://bugs.launchpad.net/os-testr
Features
--------
* ``subunit-trace``: an output filter for a subunit stream which provides
useful information about the run
* ``subunit2html``: generates a test results html page from a subunit stream
* ``generate-subunit``: generate a subunit stream for a single test
.. _stestr: https://stestr.readthedocs.io/
|