Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-10572: Move `sqlite3` tests to `Lib/test` (GH-29304) | Erlend Egeberg Aasland | 2021-10-29 | 1 | -294/+0 |
| | | | Automerge-Triggered-By: GH:brettcannon | ||||
* | bpo-45181: Simplify loading sqlite3 tests (GH-28304) | Serhiy Storchaka | 2021-09-13 | 1 | -0/+294 |
Use unittest discover instead of manually enumerating all test modules and classes. Also add support for filtering them by pattern. |