diff options
Diffstat (limited to 'test/engine/execute.py')
-rw-r--r-- | test/engine/execute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/execute.py b/test/engine/execute.py index 220239fbe..643a22a18 100644 --- a/test/engine/execute.py +++ b/test/engine/execute.py @@ -3,7 +3,7 @@ from sqlalchemy import * from sqlalchemy import exceptions from testlib import * -class ExecuteTest(PersistTest): +class ExecuteTest(TestBase): def setUpAll(self): global users, metadata metadata = MetaData(testing.db) |