projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bdeee4
)
Template for future tests.
author
Barry Warsaw
<barry@python.org>
Mon, 30 Dec 2002 20:44:16 +0000
(20:44 +0000)
committer
Barry Warsaw
<barry@python.org>
Mon, 30 Dec 2002 20:44:16 +0000
(20:44 +0000)
Lib/bsddb/test/test_join.py
patch
|
blob
|
history
diff --git
a/Lib/bsddb/test/test_join.py
b/Lib/bsddb/test/test_join.py
index 00ccd363fb8eb2cec34fda8d7c7673f570c5d490..ab75ba1966105dae86d951d5dbca893bf985a7e5 100644
(file)
--- a/
Lib/bsddb/test/test_join.py
+++ b/
Lib/bsddb/test/test_join.py
@@
-1,12
+1,9
@@
-"""
-TestCases for using the DB.join and DBCursor.join_item methods.
+"""TestCases for using the DB.join and DBCursor.join_item methods.
"""
-import sys, os, string
-import tempfile
-from pprint import pprint
import unittest
-from bsddb import db
-from test.test_support import verbose
+def test_suite():
+ suite = unittest.TestSuite()
+ return suite