Searched refs:CursorTests (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Lib/sqlite3/test/ | ||
H A D | dbapi.py | 145 class CursorTests(unittest.TestCase): class in inherits:unittest.TestCase 878 cursor_suite = unittest.makeSuite(CursorTests, "Check") |
/external/python/cpython3/Lib/sqlite3/test/ | ||
H A D | dbapi.py | 187 class CursorTests(unittest.TestCase): class in inherits:unittest.TestCase 920 cursor_suite = unittest.makeSuite(CursorTests, "Check") |
Completed in 63 milliseconds