cpython/Lib/test/test_sqlite3
Erlend E. Aasland 1344cfac43
gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017)
- Use memory_database() helper
- Move test utility functions to util.py
- Add convenience memory database mixin
- Add check() helper for closed connection tests
2023-08-17 08:45:48 +02:00
..
__init__.py
__main__.py
test_backup.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
test_cli.py
test_dbapi.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
test_dump.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
test_factory.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
test_hooks.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
test_regression.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
test_transactions.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +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-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00
util.py gh-105539: Explict resource management for connection objects in sqlite3 tests (#108017) 2023-08-17 08:45:48 +02:00