mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
Enable running of tests in tests/db_engine_specs (#8902)
* Enable running of tests in tests/db_engine_specs * Resolve application context errors * Refactor and add tests for pyodbc.Row conversion * Appease isort, regardless of isort:skip
This commit is contained in:
committed by
Ville Brofeldt
parent
5b690f9411
commit
8fc814fc62
@@ -20,6 +20,8 @@ from superset.db_engine_specs.mysql import MySQLEngineSpec
|
||||
from superset.models.core import Database
|
||||
from tests.base_tests import SupersetTestCase
|
||||
|
||||
from tests.test_app import app # isort:skip
|
||||
|
||||
|
||||
class DbEngineSpecTestCase(SupersetTestCase):
|
||||
def sql_limit_regex(
|
||||
|
||||
Reference in New Issue
Block a user