summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sqlite3/__main__.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-94998: Remove redundant condition in test_sqlite3/__main__.py (GH-95052)Miss Islington (bot)2022-07-201-2/+1
| | | | | (cherry picked from commit 9d09e7b0263c248659f3b4a2c597fca9ac4f8f91) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
* bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304)Erlend Egeberg Aasland2021-10-291-0/+5
Automerge-Triggered-By: GH:brettcannon