cpython/Lib/test/test_sqlite3
Mariusz Felisiak 29bc6165ab
gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlite3 (#108360)
Follow up to 1a1bfc2891.

Explicitly manage connections in:

- test_audit.test_sqlite3
- test_sqlite3.test_audit
- test_sqlite3.test_backup

Co-authored-by: Erlend E. Aasland <erlend@python.org>
2023-08-23 10:10:08 +00:00
..
__init__.py
__main__.py
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
test_dbapi.py gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlite3 (#108360) 2023-08-23 10:10:08 +00: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