[tests] cleaning up test configuration (#4806)
This commit is contained in:
parent
725b8f94c9
commit
dadc0574b8
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
echo $DB
|
||||
rm -f .coverage
|
||||
export PYTHONPATH=./
|
||||
export SUPERSET_CONFIG=tests.superset_test_config
|
||||
set -e
|
||||
superset/bin/superset version -v
|
||||
export SOLO_TEST=1
|
||||
# e.g. tests.core_tests:CoreTests.test_templated_sql_json
|
||||
nosetests $1 $2 $3
|
||||
|
|
@ -17,7 +17,6 @@ from superset.connectors.druid.models import DruidCluster, DruidDatasource
|
|||
from superset.connectors.sqla.models import SqlaTable
|
||||
from superset.models import core as models
|
||||
|
||||
os.environ['SUPERSET_CONFIG'] = 'tests.superset_test_config'
|
||||
|
||||
BASE_DIR = app.config.get('BASE_DIR')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue