summaryrefslogtreecommitdiff
path: root/test/alltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/alltests.py')
-rw-r--r--test/alltests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/alltests.py b/test/alltests.py
index 71fed1965..159b2d211 100644
--- a/test/alltests.py
+++ b/test/alltests.py
@@ -1,4 +1,4 @@
-import testbase
+import testenv; testenv.configure_for_tests()
import unittest
import orm.alltests as orm
@@ -18,4 +18,4 @@ def suite():
if __name__ == '__main__':
- testbase.main(suite())
+ testenv.main(suite())