Template for future tests.

This commit is contained in:
Barry Warsaw 2002-12-30 20:44:16 +00:00
parent 9bdeee492a
commit 74859f3aa6

View 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