Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/sqlite3/test/
Ddbapi.py845 class ClosedCurTests(unittest.TestCase): class
883 closed_cur_suite = unittest.makeSuite(ClosedCurTests, "Check")
/external/python/cpython3/Lib/sqlite3/test/
Ddbapi.py812 class ClosedCurTests(unittest.TestCase): class
932 closed_cur_suite = unittest.makeSuite(ClosedCurTests, "Check")