From 2b36c6956963be52e4e38309059e863e336cf604 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 28 Oct 2015 16:39:08 +0100 Subject: [PATCH] README: add section on tests (#8789) --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 3e87a7f..a6c5eda 100644 --- a/README +++ b/README @@ -30,6 +30,12 @@ local_settings.py file set in the same directory, or by a file referenced in the WELCO_SETTINGS_FILE environment variable. +Tests +----- + + pip install pytest pytest-django pytest-mock + DJANGO_SETTINGS_MODULE=welco.settings py.test tests/ + License -------