summaryrefslogtreecommitdiffstats
path: root/Lib/sqlite3/test/test_hooks.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-294/+0
| | | Automerge-Triggered-By: GH:brettcannon
* bpo-45181: Simplify loading sqlite3 tests (GH-28304)Serhiy Storchaka2021-09-131-0/+294
Use unittest discover instead of manually enumerating all test modules and classes. Also add support for filtering them by pattern.