Nose plugin for OpenStack style test output
Go to file
Jason Kölker 4cd3795899 Bump version 2012-01-04 21:33:09 -06:00
openstack don't attempt to collect stats from ContextSuite instances 2012-01-04 20:10:44 -06:00
MANIFEST.in thow it in the openstack namespace 2011-11-04 20:26:04 -05:00
README.rst update readme and bump version 2012-01-04 16:11:24 -06:00
setup.py Bump version 2012-01-04 21:33:09 -06: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-num-slow=OPENSTACK_NUM_SLOW Number top slowest tests to report. [NOSE_OPENSTACK_NUM_SLOW]