summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-94998: Remove redundant condition in test_sqlite3/__main__.py (#95052)Erlend Egeberg Aasland2022-07-201-2/+1
|
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-0/+5
Automerge-Triggered-By: GH:brettcannon