superset/run_tests.sh

6 lines
213 B
Bash
Executable File

#!/usr/bin/env bash
rm /tmp/panoramix_unittests.db
export PANORAMIX_CONFIG=tests.panoramix_test_config
panoramix/bin/panoramix db upgrade
nosetests tests/core_tests.py --with-coverage --cover-package=panoramix -v