cpython/Lib/test/test_sqlite3
Erlend E. Aasland 61405da9a5
gh-101947: Remove size check from sqlite3 serialize test (#102914)
The size of the returned data is too implementation specific.
2023-03-22 14:05:08 +01:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py
test_dbapi.py gh-101947: Remove size check from sqlite3 serialize test (#102914) 2023-03-22 14:05:08 +01:00
test_dump.py
test_factory.py gh-100553: Improve accuracy of sqlite3.Row iter test (#100555) 2022-12-28 01:58:05 +01:00
test_hooks.py
test_regression.py
test_transactions.py
test_types.py gh-99659: Use correct exceptions in sqlite3 bigmem tests (#99660) 2022-11-21 21:44:17 +01:00
test_userfunctions.py