Nose plugin for OpenStack style test output
Go to file
Jason Kölker 5433b4c12d add fallback incase we can't determine test name 2011-11-13 13:54:46 -06:00
openstack add fallback incase we can't determine test name 2011-11-13 13:54:46 -06:00
MANIFEST.in thow it in the openstack namespace 2011-11-04 20:26:04 -05:00
README.rst add text 2011-11-05 12:41:28 -05:00
setup.py update name 2011-11-05 13:25:09 -05:00

README.rst

openstack-nose - Nose plugin for openstack style test output

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

Installation

pip install -e git+https://github.com/jkoelker/openstack-nose.git#egg=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]