TerryHowe aee3402c68 Convert file names to regular expressions
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
2015-08-06 14:44:19 -06:00
2015-04-06 15:21:20 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-03-17 14:58:46 -04:00
2015-04-06 15:21:20 -04:00
2015-06-23 19:31:57 -04:00

os-testr

A testr wrapper to provide functionality for OpenStack projects

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
OpenStack tooling for interacting with testr
Readme 2 MiB
Languages
Python 100%