From ef67c0d2c390fa722611c2af487ed4db45b59799 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Thu, 7 Nov 2013 17:24:01 -0500 Subject: [PATCH] Add instructions on how to run the tests. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e658d180..b7e1fed04 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,9 @@ kill -HUP kill restart daemons ``` + +running the tests: + +``` +STACK=test python -m unittest discover +```