fcf791b38a7730be86cd80d1793045c0c5b57af1
OpenStack is dropping the py2.7 support in ussuri cycle. os-testr is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Switch to using sphinx-build, remove cruft from setup.cfg, setup.py, tox.ini, conf.py. Update hacking version to support python3 properly. Fix problems found by pep8. Change-Id: I6ab22dda05132a735bd9e5caf16cc2bd172b06cc
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%