summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/util.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.13] gh-129870: Skip test_dump_virtual_tables if SQLite lacks FTS4 support ↵Miss Islington (bot)2025-02-091-0/+8
| | | | | | | (GH-129913) (#129918) (cherry picked from commit cda83cade0b684bcb1221a30bfe0b6861abd3b3f) Co-authored-by: Erlend E. Aasland <erlend@python.org>
* gh-109653: Remove unused imports in the `Lib/` directory (#109803)Alex Waygood2023-09-241-1/+0
|
* gh-105539: Explict resource management for connection objects in sqlite3 ↵Erlend E. Aasland2023-08-171-0/+78
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