From 8c771752b4ad5653053f4de4975ee14773998670 Mon Sep 17 00:00:00 2001 From: Erin Mullaney <erin.mullaney@torchbox.com> Date: Mon, 14 Jan 2019 10:10:45 -0500 Subject: [PATCH] Add information about running tests to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 512c81cb0..4795ea1ec 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,11 @@ 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: + +``` DJANGO_SETTINGS_MODULE=opentech.settings.test python manage.py test --keepdb +``` -- GitLab