aee3402c68

Add the capability to the --no-discover option to convert file names into regular sexpressions. Also add the --path option that converts a file or directory to a regular expression. Create a mutually exclusive argparse group for --regex, --path, and --no-discover. This change will allow the user to specify a file name instead of a regular expression to match a particular set of tests e.g: tox -e py27 -- --path os_testr/tests/test_os_testr.py Will run os_testr.tests.test_os_testr but you can use tab complete to generate the name. Change-Id: Ibfca2bc023aed44b1b87a0444559ab2a00303a70
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 testr
- subunit-trace: an output filter for a subunit stream which provides useful
-
information about the run
- subunit2html: generates a test results html page from a subunit stream
Release Notes
0.1.0
- First release which includes: ostestr, subunit-trace, and subunit2html
Description
Languages
Python
100%