All Projects → openstack → Openstack Nose

openstack / Openstack Nose

Nose plugin for OpenStack style test output. Mirror of code maintained at opendev.org.

Programming Languages

python
139335 projects - #7 most used programming language

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 available:

--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]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].