RETIRED, further work has moved to Debian project infrastructure
Go to file
Matthew Treinish bbc8b8f541 Add percent change to duration on subunit-trace output
This commit adds a percent change to the duration on individual test
output lines. This is conditionally displayed based on the presence
of a testrepository times.dbm file and data in that file for the test
being run. If there is useable data subunit-trace will now use the
runtimes from there to display how the current run has changed from
the dbm file. A new threshold option is added to optionally specify a
minimum percent change to be used to determine whether to display the
value or not.

Change-Id: I3d68425f48114531a78cab08c353111648ce3911
2015-03-18 22:22:03 -04:00
doc/source Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
os_testr Add percent change to duration on subunit-trace output 2015-03-18 22:22:03 -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 Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
requirements.txt Add subunit-trace and ostestr 2015-03-17 16:23:32 -04:00
setup.cfg Add subunit-trace and ostestr 2015-03-17 16:23:32 -04:00
setup.py Initial Cookiecutter Commit. 2015-03-17 14:58:46 -04:00
test-requirements.txt Initial Cookiecutter Commit. 2015-03-17 14:58:46 -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

  • TODO