]> granicus.if.org Git - python/commitdiff
Template for future tests.
authorBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 20:44:16 +0000 (20:44 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 30 Dec 2002 20:44:16 +0000 (20:44 +0000)
Lib/bsddb/test/test_join.py

index 00ccd363fb8eb2cec34fda8d7c7673f570c5d490..ab75ba1966105dae86d951d5dbca893bf985a7e5 100644 (file)
@@ -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