summaryrefslogtreecommitdiff
path: root/test/base/except.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/except.py')
-rw-r--r--test/base/except.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/base/except.py b/test/base/except.py
index 671597b5f..84b84793c 100644
--- a/test/base/except.py
+++ b/test/base/except.py
@@ -1,6 +1,5 @@
"""Tests exceptions and DB-API exception wrapping."""
-
-import testbase
+import testenv; testenv.configure_for_tests()
import sys, unittest
import exceptions as stdlib_exceptions
from sqlalchemy import exceptions as sa_exceptions
@@ -75,4 +74,4 @@ class WrapTest(unittest.TestCase):
if __name__ == "__main__":
- testbase.main()
+ testenv.main()