OpenStack tooling for interacting with testr
Go to file
OpenDev Sysadmins 5674bb0f7c OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:29:26 +00:00
doc/source Merge "Trivial: Update pypi url to new url" 2018-12-16 11:16:24 +00:00
os_testr Change openstack-dev to openstack-discuss 2018-12-16 10:56:29 +00:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:42:01 +00:00
.gitignore Switch to stestr under the covers 2017-08-29 11:03:30 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:29:26 +00:00
.mailmap Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
.stestr.conf Switch to stestr under the covers 2017-08-29 11:03:30 -04:00
.zuul.yaml add python 3.7 unit test job 2019-02-19 17:05:51 +08:00
CONTRIBUTING.rst Remove useless links and indentations 2017-12-01 17:09:58 +09:00
HACKING.rst Use updated hacking url link 2018-10-17 02:34:54 +00: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
README.rst Trivial: Update pypi url to new url 2018-04-21 12:33:58 +08:00
babel.cfg Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
requirements.txt Updated from global requirements 2017-11-16 11:20:18 +00:00
setup.cfg Merge "Removed older version of python3.4 from setup.cfg" 2018-12-16 11:34:24 +00:00
setup.py Updated from global requirements 2017-03-02 17:50:34 +00:00
test-requirements.txt Updated from global requirements 2018-03-15 07:45:07 +00:00
tox.ini fix tox python3 overrides 2018-06-09 19:27:51 +08:00

README.rst

os-testr

Latest Version

Downloads

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
  • generate-subunit: generate a subunit stream for a single test