ad00e6d41b
1. Replace git.openstack.org URLs with opendev.org URLs 2. Update some URLs to latest Change-Id: Ifcb01ece24fb28d4dc28daa0a638787280fe8eb5 Closes-Bug: #1826529
1.3 KiB
1.3 KiB
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