RETIRED, further work has moved to Debian project infrastructure
Go to file
Monty Taylor c211d61f85 Don't output times for skipped tests.
Brian Waldon hates it when skipped tests show times.

Change-Id: I69abed90ed5fdf5bd1d2b8c725d4913660fa0123
2012-06-20 10:24:47 -07:00
openstack Don't output times for skipped tests. 2012-06-20 10:24:47 -07:00
.gitreview Added .gitreview. 2012-01-07 14:41:08 -08:00
MANIFEST.in thow it in the openstack namespace 2011-11-04 20:26:04 -05:00
README.rst Make Release 0.6 2012-05-11 09:18:53 -05:00
setup.py version bump 2012-06-18 19:31:14 -05:00

README.rst

openstack.nose_plugin - Nose plugin for openstack style test output

openstack.nose_plugin provides a nose plugin that allow's nosetests output to mimic the output of openstack's run_tests.py.

Installation

pip install openstack.nose_plugin

Usage

The following options are availible:

--with-openstack Enable plugin Openstack: Nova style output

generator [NOSE_WITH_OPENSTACK]

--openstack-red=OPENSTACK_RED

Colorize run times greater than value red. [NOSE_OPENSTACK_RED] or 1.0

--openstack-yellow=OPENSTACK_YELLOW

Colorize run times greater than value yellow. [NOSE_OPENSTACK_RED] or 0.25

--openstack-show-elapsed

Show the elaped runtime of tests. [NOSE_OPENSTACK_SHOW_ELAPSED]

--openstack-color Colorize output. [NOSE_OPENSTACK_COLOR] --openstack-nocolor Disable colorize output. [NOSE_OPENSTACK_COLOR] --openstack-num-slow=OPENSTACK_NUM_SLOW Number top slowest tests to report. [NOSE_OPENSTACK_NUM_SLOW]