From 9459f7f00416d0495c7f9aa45c617b9ad5c807d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20K=C3=B6lker?= Date: Sat, 5 Nov 2011 12:41:28 -0500 Subject: [PATCH] add text --- README.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.rst b/README.rst index e69de29..2b28c0e 100644 --- a/README.rst +++ b/README.rst @@ -0,0 +1,31 @@ +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]