Nose plugin for OpenStack style test output
Go to file
OpenDev Sysadmins d2a0ebf879 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:45:25 +00:00
openstack Fixes unicode formatting bug 2015-05-20 15:27:36 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:45:25 +00:00
MANIFEST.in Exclude .gitignore in source distributions 2014-02-06 13:38:49 +01:00
README.rst Fix misspellings in openstack-nose 2014-02-07 14:18:14 +08:00
setup.py Add trove classifiers 2014-03-11 20:12:58 +01: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 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]