mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
[tox] Allowing running of specific tests (#9097)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user