2015-03-18 18:48:36 +03:00
|
|
|
export AIRFLOW_HOME=${AIRFLOW_HOME:=~/airflow}
|
|
|
|
export AIRFLOW_CONFIG=~/airflow/unittests.cfg
|
2015-02-17 00:10:36 +03:00
|
|
|
rm airflow/www/static/coverage/*
|
2015-02-17 00:03:09 +03:00
|
|
|
nosetests --with-doctest --with-coverage --cover-html --cover-package=airflow -v --cover-html-dir=airflow/www/static/coverage
|