summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/bsddb/test/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/bsddb/test/test_all.py b/Lib/bsddb/test/test_all.py
index 3bf70d7..7b1bf3d 100644
--- a/Lib/bsddb/test/test_all.py
+++ b/Lib/bsddb/test/test_all.py
@@ -66,7 +66,7 @@ def suite():
alltests = unittest.TestSuite()
for name in test_modules:
module = __import__(name)
- alltests.addTest(module.suite())
+ alltests.addTest(module.test_suite())
return alltests