summaryrefslogtreecommitdiff
path: root/test/orm/compile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/compile.py')
-rw-r--r--test/orm/compile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/compile.py b/test/orm/compile.py
index 5bcca57df..31b686062 100644
--- a/test/orm/compile.py
+++ b/test/orm/compile.py
@@ -5,7 +5,7 @@ from sqlalchemy.orm import *
from testlib import *
-class CompileTest(AssertMixin):
+class CompileTest(TestBase, AssertsExecutionResults):
"""test various mapper compilation scenarios"""
def tearDown(self):
clear_mappers()