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.
![]() Hacking 3.0 was just released with minor changes, update to the new version. Change-Id: Ia8b6a035fa9a17eccf210bae787676b6b0843ae9 |
3 years ago | |
---|---|---|
doc | 3 years ago | |
os_testr | 3 years ago | |
releasenotes | 3 years ago | |
.coveragerc | 8 years ago | |
.gitignore | 6 years ago | |
.gitreview | 4 years ago | |
.mailmap | 8 years ago | |
.stestr.conf | 6 years ago | |
.zuul.yaml | 3 years ago | |
CONTRIBUTING.rst | 4 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 8 years ago | |
MANIFEST.in | 8 years ago | |
README.rst | 4 years ago | |
babel.cfg | 8 years ago | |
requirements.txt | 6 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
test-requirements.txt | 3 years ago | |
tox.ini | 3 years ago |
README.rst
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
Warning
ostestr
command is deprecated. Use stestr command instead like following
- Install stestr (This step is already done if you're using ostestr.)
- You can use
stestr run ...
instead ofostestr ...
- You can use
stestr list ...
instead ofostestr --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 testrsubunit-trace
: an output filter for a subunit stream which provides useful information about the runsubunit2html
: generates a test results html page from a subunit streamgenerate-subunit
: generate a subunit stream for a single test