summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/test_backup.py
Commit message (Expand)AuthorAgeFilesLines
* gh-105539: Fix ResourceWarning from unclosed SQLite connections in test_sqlit...Mariusz Felisiak2023-08-231-1/+1
* gh-105539: Explict resource management for connection objects in sqlite3 test...Erlend E. Aasland2023-08-171-25/+27
* gh-105875: Require SQLite 3.15.2 or newer (#105876)Erlend E. Aasland2023-06-181-2/+0
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-0/+164