From efc5bf7f145d2938e8227af068b613e6fdee2af2 Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Thu, 22 Aug 2013 14:31:33 +0200 Subject: [PATCH] Docs: Running tests --- docs/development/testing.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/development/testing.rst b/docs/development/testing.rst index 798ca17..958bdc3 100644 --- a/docs/development/testing.rst +++ b/docs/development/testing.rst @@ -1,6 +1,21 @@ Testing ============================================== +Requirements +------------- + +You need ``nose``, ``mock`` and ``south`` libraries to run tests. + +:: + + pip install nose + pip install mock + pip install south + + +Running tests +------------------ + Run tests with this command: ::