[issue45181] Rewrite loading sqlite3 tests

2021-09-13 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45181] Rewrite loading sqlite3 tests

2021-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3e19409d6443c66a6a7d62f58b2bb4e8330e56c4 by Serhiy Storchaka in branch 'main': bpo-45181: Simplify loading sqlite3 tests (GH-28304) https://github.com/python/cpython/commit/3e19409d6443c66a6a7d62f58b2bb4e8330e56c4 -- ___

[issue45181] Rewrite loading sqlite3 tests

2021-09-13 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +26718 stage: -> patch review pull_request: https://github.com/python/cpython/pull/28304 ___ Python tracker ___

[issue45181] Rewrite loading sqlite3 tests

2021-09-13 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The proposed PR rewrites the loading of sqlite3 tests. Instead of explicitly enumerating test modules and test classes in every module, and manually creating test suites, it uses unittest discover ability. Every new test files and test classes will be au