HomeSort by relevance Sort by last modified time
    Searched refs:special_command_suite (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/sqlite3/test/
transactions.py 197 special_command_suite = unittest.makeSuite(SpecialCommandTests, "Check")
198 return unittest.TestSuite((default_suite, special_command_suite))
  /external/python/cpython3/Lib/sqlite3/test/
transactions.py 205 special_command_suite = unittest.makeSuite(SpecialCommandTests, "Check")
207 return unittest.TestSuite((default_suite, special_command_suite, ddl_suite))

Completed in 816 milliseconds