superset/run_tests.sh

7 lines
170 B
Bash
Raw Normal View History

2015-09-28 14:56:43 -04:00
#!/usr/bin/env bash
2016-03-29 00:55:58 -04:00
rm /tmp/caravel_unittests.db
rm -f .coverage
2016-03-29 00:55:58 -04:00
export CARAVEL_CONFIG=tests.caravel_test_config
caravel/bin/caravel db upgrade
2016-03-27 18:50:22 -04:00
python setup.py nosetests