Home
last modified time | relevance | path

Searched refs:ConstructorTests (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py637 class ConstructorTests(unittest.TestCase): class
880 constructor_suite = unittest.makeSuite(ConstructorTests, "Check")
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py683 class ConstructorTests(unittest.TestCase): class
941 constructor_suite = unittest.makeSuite(ConstructorTests, "Check")