ea0e88e9ced69a1988a0dc55cf4db508caddbf3d
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Disable openstackdocs_auto_name to use 'project' variable as name. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: If9a4d4ca32793fef56b3e5c9a6508f7383476558
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
Description
Languages
Python
100%