File: README.rst

package info (click to toggle)
openstack-nose 0.11-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 96 kB
  • sloc: python: 237; makefile: 12
file content (32 lines) | stat: -rw-r--r-- 1,298 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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]