mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
9 lines
158 B
Python
9 lines
158 B
Python
"""TestCases for using the DB.join and DBCursor.join_item methods.
|
|
"""
|
|
|
|
import unittest
|
|
|
|
|
|
def test_suite():
|
|
suite = unittest.TestSuite()
|
|
return suite
|