RETIRED, further work has moved to Debian project infrastructure
Go to file
Ondřej Nový 4b0169d7a9 d/rules: Changed UPSTREAM_GIT protocol to https 2016-05-19 21:04:04 +02:00
debian d/rules: Changed UPSTREAM_GIT protocol to https 2016-05-19 21:04:04 +02:00
openstack Fix reporting of tests not in a class 2012-07-16 10:58:18 -05: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 Fix reporting of tests not in a class 2012-07-16 10:58:18 -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]