0fc12e210e

This release includes: * Documentation improvements * ostestr: unrecognized arguemnts are passedthrough to testr * ostestr: bugfix to always treat xfail as success * add a --version flag to all commands * subunit-trace: split out functionality from main() to be directly callable * regex builder logic from ostestr is broken out into a new command -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCgAGBQJXR1EtAAoJEP0SoPIUyeF3lQkP/13BYqHLeEulyoMCT9s3k8RF U3zUDSHp3WfH6+iyqaDAB8fREaIu7BzS0SN7DRkAb4vloQdI+ZlhMehUM5myVvuz 1ui1rXS3Wf+115gF8jPO/IO9RGvhpbf8ooibH65A8Hh/F2OrypSZMHEtpwF/UK3J 87DQWNP7RIje3Vfo/GeWp6PeZ7i07nvOQsGUInimvaAwACkVHvvfO5a1CK4wk3Ag nqVtt2NyrChW4dZfPzSfNqG6Ioo7S90KQni+62qBef4VdS4H8TPN1rj3itQwLYCL 6tFpPxFjbauYxLPDk5zI3Gq0gOX8iOBWPFemk0IONl8Rckmv3RXdcjN88k3mbuhg O+jFxc8h2zMTQ7JjdYcN5tc5tho2FKlQZR8T1RHln9fCWO3UWAdvAjk5EG4gj9Ed 27wvbL7ZppfpNJF8Xee3PJzy1Vm24NJqx4ASc4Lixg0NYViyw4rQ5ip4ecEHYSS0 KruzeV+3mgi/tgLpkyIf2CoQrJFTdGASV7jR1+whMjvPPg/ocuEuiiboU5DsmEXi k4vq2u7Ju2CBKMqLwrqGw1LagnIAI0ixzSOCW3XUOPUXiwUyK3WQ4vyUWhUoiCGr TZJJSNcNflMJj+fX5c3WjQHibsZwY+FPvbwM45VbPJyzid6STj7e1BjiIcdyIE4+ Ar39hjarGwjFdPWsop9z =qWLS -----END PGP SIGNATURE----- Merge tag '0.7.0' into debian/newton Release 0.7.0 This release includes: * Documentation improvements * ostestr: unrecognized arguemnts are passedthrough to testr * ostestr: bugfix to always treat xfail as success * add a --version flag to all commands * subunit-trace: split out functionality from main() to be directly callable * regex builder logic from ostestr is broken out into a new command
os-testr
A testr wrapper to provide functionality for OpenStack projects.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/os-testr
- Source: http://git.openstack.org/cgit/openstack/os-testr
- Bugs: http://bugs.launchpad.net/os-testr
Features
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 stream
Description