summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_join.py
blob: ab75ba1966105dae86d951d5dbca893bf985a7e5 (plain)
1
2
3
4
5
6
7
8
9
"""TestCases for using the DB.join and DBCursor.join_item methods.
"""

import unittest


def test_suite():
    suite = unittest.TestSuite()
    return suite