[tox] Allowing running of specific tests (#9097)

This commit is contained in:
John Bodley
2020-02-06 16:45:37 -08:00
committed by GitHub
parent ea399047d9
commit 8a138fbd03
17 changed files with 32 additions and 1 deletions

View File

@@ -14,12 +14,14 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# isort:skip_file
"""Unit tests for Sql Lab"""
import unittest
from unittest.mock import MagicMock, patch
from pyhive.exc import DatabaseError
import tests.test_app
from superset import app
from superset.sql_validators import SQLValidationAnnotation
from superset.sql_validators.base import BaseSQLValidator