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