Home
last modified time | relevance | path

Searched refs:test_sqlite3 (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/test/test_sqlite3/
D__main__.py1 from test.test_sqlite3 import load_tests # Needed for the "load tests" protocol.
Dtest_hooks.py29 from test.test_sqlite3.test_dbapi import memory_database, cx_limit
30 from test.test_sqlite3.test_userfunctions import with_tracebacks
Dtest_transactions.py29 from test.test_sqlite3.test_dbapi import memory_database
Dtest_regression.py31 from test.test_sqlite3.test_dbapi import memory_database, cx_limit
Dtest_userfunctions.py35 from test.test_sqlite3.test_dbapi import cx_limit
/third_party/python/Lib/test/
Dtest_audit.py158 def test_sqlite3(self): member in AuditTest
Daudit-tests.py389 def test_sqlite3(): function
/third_party/python/
DMakefile.pre.in2013 test/test_sqlite3 \
/third_party/python/Misc/
DNEWS1193 - gh-issue-99659: Optional big memory tests in ``test_sqlite3`` now catch
6100 ``test_sqlite3``, and relocate them to ``Lib/test/test_sqlite3``. Patch by