This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new dadc057  [tests] cleaning up test configuration (#4806)
dadc057 is described below

commit dadc0574b84ccf047987766ddc2a4c7efff638eb
Author: John Bodley <4567245+john-bod...@users.noreply.github.com>
AuthorDate: Wed Apr 11 14:09:20 2018 -0700

    [tests] cleaning up test configuration (#4806)
---
 run_specific_test.sh | 10 ----------
 tests/base_tests.py  |  1 -
 2 files changed, 11 deletions(-)

diff --git a/run_specific_test.sh b/run_specific_test.sh
deleted file mode 100755
index 0be8e55..0000000
--- a/run_specific_test.sh
+++ /dev/null
@@ -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
diff --git a/tests/base_tests.py b/tests/base_tests.py
index 3c194bf..3c01f2e 100644
--- a/tests/base_tests.py
+++ b/tests/base_tests.py
@@ -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')
 

-- 
To stop receiving notification emails like this one, please contact
johnbod...@apache.org.

Reply via email to