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: ::