Searched refs:SqliteTypeTests (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/sqlite3/test/
H A Dtypes.py34 class SqliteTypeTests(unittest.TestCase): class in inherits:unittest.TestCase
409 sqlite_type_suite = unittest.makeSuite(SqliteTypeTests, "Check")
/external/python/cpython3/Lib/sqlite3/test/
H A Dtypes.py33 class SqliteTypeTests(unittest.TestCase): class in inherits:unittest.TestCase
407 sqlite_type_suite = unittest.makeSuite(SqliteTypeTests, "Check")

Completed in 157 milliseconds