You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/11 21:09:22 UTC

[GitHub] john-bodley closed pull request #4806: [tests] cleaning up test configuration

john-bodley closed pull request #4806: [tests] cleaning up test configuration
URL: https://github.com/apache/incubator-superset/pull/4806
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/run_specific_test.sh b/run_specific_test.sh
deleted file mode 100755
index 0be8e55483..0000000000
--- 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 3c194bfe3a..3c01f2ef0c 100644
--- a/tests/base_tests.py
+++ b/tests/base_tests.py
@@ -17,7 +17,6 @@
 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')
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services