From 592e4c6ad259aded3fbefbe2b5eb3ec35a5c973d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 2 Apr 2015 11:23:26 +0200 Subject: [PATCH] document how to run wcs cells tests --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index 3aa79d23..63835bdb 100644 --- a/README +++ b/README @@ -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 -------