OpenStack tooling for interacting with testr
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Andreas Jaeger d5c66507d3 Update to hacking 3.0
Hacking 3.0 was just released with minor changes, update to the new
version.

Change-Id: Ia8b6a035fa9a17eccf210bae787676b6b0843ae9
3 years ago
doc [ussuri][goal] Drop python 2.7 support and testing 3 years ago
os_testr Merge "[ussuri][goal] Drop python 2.7 support and testing" 3 years ago
releasenotes [ussuri][goal] Drop python 2.7 support and testing 3 years ago
.coveragerc Change ignore-errors to ignore_errors 8 years ago
.gitignore Switch to stestr under the covers 6 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Initial Cookiecutter Commit. 8 years ago
.stestr.conf Switch to stestr under the covers 6 years ago
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 3 years ago
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
HACKING.rst Use updated hacking url link 5 years ago
LICENSE Initial Cookiecutter Commit. 8 years ago
MANIFEST.in Initial Cookiecutter Commit. 8 years ago
README.rst Replace git.openstack.org URLs with opendev.org URLs 4 years ago
babel.cfg Initial Cookiecutter Commit. 8 years ago
requirements.txt Updated from global requirements 6 years ago
setup.cfg [ussuri][goal] Drop python 2.7 support and testing 3 years ago
setup.py [ussuri][goal] Drop python 2.7 support and testing 3 years ago
test-requirements.txt Update to hacking 3.0 3 years ago
tox.ini [ussuri][goal] Drop python 2.7 support and testing 3 years ago

README.rst

os-testr

Latest Version

Downloads

A testr wrapper to provide functionality for OpenStack projects.

Features

Warning

ostestr command is deprecated. Use stestr command instead like following

  1. Install stestr (This step is already done if you're using ostestr.)
  2. You can use stestr run ... instead of ostestr ...
  3. You can use stestr list ... instead of ostestr --list ...

For more sub commands and options, please refer to stestr help or the stestr document.

  • 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