document how to run wcs cells tests

This commit is contained in:
Frédéric Péters 2015-04-02 11:23:26 +02:00
parent 59cac244ca
commit 592e4c6ad2
1 changed files with 6 additions and 0 deletions

6
README
View File

@ -99,6 +99,12 @@ Unit tests are written using py.test, and its pytest-django support library.
DJANGO_SETTINGS_MODULE=combo.settings COMBO_SETTINGS_FILE=tests/settings.py py.test
Tests for w.c.s. cells do require access to the wcsctl script, its location has
to be given in a WCSCTL environment variable, this give a full command line:
WCSCTL=$(pwd)/wcs/wcsctl.py \
DJANGO_SETTINGS_MODULE=combo.settings COMBO_SETTINGS_FILE=tests/settings.py py.test
License
-------