superset/run_tests.sh

6 lines
154 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
export CARAVEL_CONFIG=tests.caravel_test_config
caravel/bin/caravel db upgrade
2016-03-27 18:50:22 -04:00
python setup.py nosetests