diff options
Diffstat (limited to 'test/orm/entity.py')
-rw-r--r-- | test/orm/entity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/entity.py b/test/orm/entity.py index c56d22f9d..760f8fce9 100644 --- a/test/orm/entity.py +++ b/test/orm/entity.py @@ -5,7 +5,7 @@ from sqlalchemy.ext.sessioncontext import SessionContext from testlib import * from testlib.tables import * -class EntityTest(AssertMixin): +class EntityTest(TestBase, AssertsExecutionResults): """tests mappers that are constructed based on "entity names", which allows the same class to have multiple primary mappers """ |