summaryrefslogtreecommitdiff
path: root/test/sql/test_functions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sql/test_functions.py')
-rw-r--r--test/sql/test_functions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sql/test_functions.py b/test/sql/test_functions.py
index 98d8d7a97..f08fde1f5 100644
--- a/test/sql/test_functions.py
+++ b/test/sql/test_functions.py
@@ -15,7 +15,7 @@ from test.lib import testing
from sqlalchemy.databases import *
-class CompileTest(TestBase, AssertsCompiledSQL):
+class CompileTest(fixtures.TestBase, AssertsCompiledSQL):
__dialect__ = 'default'
def test_compile(self):
@@ -190,7 +190,7 @@ class CompileTest(TestBase, AssertsCompiledSQL):
, checkparams={'y_1': 45, 'x_1': 17, 'y_2': 12, 'x_2': 5})
-class ExecuteTest(TestBase):
+class ExecuteTest(fixtures.TestBase):
@engines.close_first
def tearDown(self):
pass