Update for release.
[python/dscho.git] / Lib / bsddb / test / test_join.py
blobab75ba1966105dae86d951d5dbca893bf985a7e5
1 """TestCases for using the DB.join and DBCursor.join_item methods.
2 """
4 import unittest
7 def test_suite():
8 suite = unittest.TestSuite()
9 return suite