diff --git a/README.md b/README.md
index 512c81cb0104f4c2be3d1c471b5a8855f53a24ea..236a10a5a206b8599318e639902da3002b8faad2 100644
--- a/README.md
+++ b/README.md
@@ -72,3 +72,12 @@ gulp build
 ```
 
 For more command see the `gulpfile.js` file.
+
+
+# Running tests
+
+Run all tests for the project with the following command within the SSH session:
+
+``` bash
+DJANGO_SETTINGS_MODULE=opentech.settings.test python manage.py test --keepdb
+```