cpython/Lib/test/test_sqlite3
Łukasz Langa 2781ec9b0e
gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660)
The tests in question were added in 0eec6276fd by Serhiy. Apparently,
sqlite3 changed exceptions raised in those cases in the mean time but
the tests never ran because they require a high `-M` setting in the
test runner.
2022-11-21 21:44:17 +01:00
..
__init__.py
__main__.py gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052) 2022-07-20 18:07:47 +02:00
test_backup.py
test_cli.py gh-77617: Add sqlite3 command-line interface (#95026) 2022-08-01 12:25:16 +02:00
test_dbapi.py
test_dump.py
test_factory.py gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146) 2022-07-23 09:51:28 +02:00
test_hooks.py
test_regression.py gh-90016: Deprecate default sqlite3 adapters and converters (#94276) 2022-07-20 21:37:59 +02:00
test_transactions.py gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (#93823) 2022-11-12 23:44:41 +01:00
test_types.py gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660) 2022-11-21 21:44:17 +01:00
test_userfunctions.py