summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/util.py
Commit message (Collapse)AuthorAgeFilesLines
* 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