diff options
Diffstat (limited to 'test/ext/alltests.py')
-rw-r--r-- | test/ext/alltests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ext/alltests.py b/test/ext/alltests.py index 589f0f68f..7639cd71e 100644 --- a/test/ext/alltests.py +++ b/test/ext/alltests.py @@ -1,4 +1,4 @@ -import testbase +import testenv; testenv.configure_for_tests() import unittest, doctest def suite(): @@ -20,4 +20,4 @@ def suite(): if __name__ == '__main__': - testbase.main(suite()) + testenv.main(suite()) |