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