summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-10-05 20:07:56 +0900
committerkali <kali@leap.se>2012-10-05 20:07:56 +0900
commita411970c18a5150d10a065c0285148489fcd76d3 (patch)
tree43f4652718a298eed0de2b9a773af8c64f09dd5c
parent0afb3c7558f469f2cbe8cea020948c432184a7c0 (diff)
testing hint
-rw-r--r--README.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 56780848..2172c469 100644
--- a/README.rst
+++ b/README.rst
@@ -118,11 +118,20 @@ or
nosetests leap.util.test_leap_argparse
+Colorized output
+----------------
+Install rednose locally and activate it.
+
+ (leap_client)% pip install rednose
+ (leap_client)% export NOSE_REDNOSE=1
+
+enjoy :)
+
Tox
---
For running testsuite against all the supported python versions (currently 2.6 and 2.7), run:
-tox -v
+ tox -v
Compiling resource/ui files