README: add section on tests (#8789)

This commit is contained in:
Benjamin Dauvergne 2015-10-28 16:39:08 +01:00 committed by Frédéric Péters
parent 46cd46df8d
commit 2b36c69569
1 changed files with 6 additions and 0 deletions

6
README
View File

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