RETIRED, further work has moved to Debian project infrastructure
Go to file
Matthew Treinish ff3dc87d6b Add support for having comments in the exclude file
This commit adds the support to have comments in the exclude file.
After this commit anything after a '#' will be treated as a comment
and ignored for matching. A new option --print-exclude is added which
will print out what is being skipped by the exclude file with any
comments in the file.

Change-Id: Ia357730f918e0a57cf2ac51cd8195e2721667511
2015-04-13 12:15:43 -04:00
doc/source Add TODO file to os-testr 2015-04-06 15:21:20 -04:00
os_testr Add support for having comments in the exclude file 2015-04-13 12:15:43 -04:00
.coveragerc Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
.gitignore Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
.gitreview Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
.mailmap Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
.testr.conf Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
babel.cfg Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
HACKING.rst Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
LICENSE Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
MANIFEST.in Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
openstack-common.conf Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
README.rst Flush out the readme in preparation for the first release 2015-04-01 17:59:37 -04:00
requirements.txt Add basic unit tests to check ostestr return codes 2015-03-18 22:51:07 -04:00
setup.cfg Add subunit2html from jenkins slave scripts 2015-03-31 10:59:14 -04:00
setup.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
test-requirements.txt Add basic unit tests to check ostestr return codes 2015-03-18 22:51:07 -04:00
TODO.rst Add TODO file to os-testr 2015-04-06 15:21:20 -04:00
tox.ini Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00

os-testr

A testr wrapper to provide functionality for OpenStack projects

Features

  • ostestr: a testr wrapper that uses subunit-trace for output and builds some

    helpful extra functionality around testr

  • 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

Release Notes

0.1.0

  • First release which includes: ostestr, subunit-trace, and subunit2html