cpython/Lib/test/test_sqlite3
2025-10-09 11:00:37 +03:00
..
__init__.py gh-139743: Avoid import-time print in test_sqlite3 (GH-139746) 2025-10-09 11:00:37 +03:00
__main__.py gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052) 2022-07-20 18:07:47 +02:00
test_backup.py gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlite3 (#108360) 2023-08-23 10:10:08 +00:00
test_cli.py gh-133390: Extend completion for .commands in sqlite3 (GH-135432) 2025-08-25 14:58:00 +02:00
test_dbapi.py gh-139283: correctly handle size limit in cursor.fetchmany() (#139296) 2025-09-30 11:18:55 +02:00
test_dump.py gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913) 2025-02-09 21:43:23 +01:00
test_factory.py gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
test_hooks.py gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
test_regression.py add missing gc_collect() calls in sqlite3 tests (#127446) 2024-12-02 11:11:28 +01:00
test_transactions.py gh-108550: Speed up sqlite3 tests (#108551) 2023-08-28 14:17:34 +02:00
test_types.py gh-105875: Require SQLite 3.15.2 or newer (#105876) 2023-06-19 00:29:08 +02:00
test_userfunctions.py gh-133595: Clean up sqlite3.Connection APIs (GH-133605) 2025-05-08 15:42:00 +03:00
util.py gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support (#129913) 2025-02-09 21:43:23 +01:00