[issue45500] Rewrite test_dbm

2021-10-20 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Łukasz and Dong-hee Na. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue45500] Rewrite test_dbm

2021-10-20 Thread Dong-hee Na
Dong-hee Na added the comment: New changeset d46b2217d13bbcf8145da8c12a487ba775d6f162 by Łukasz Langa in branch '3.9': [3.9] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29074) https://github.com/python/cpython/commit/d46b2217d13bbcf8145da8c12a487ba775d6f162 -- nosy: +corona10 ___

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27342 pull_request: https://github.com/python/cpython/pull/29074 ___ Python tracker ___ _

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 325b2c223453203b2fa9ce7b9bcebdbef03adf70 by Łukasz Langa in branch '3.10': [3.10] bpo-45500: Rewrite test_dbm (GH-29002) (GH-29069) https://github.com/python/cpython/commit/325b2c223453203b2fa9ce7b9bcebdbef03adf70 --

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Change by Łukasz Langa : -- pull_requests: +27337 pull_request: https://github.com/python/cpython/pull/29069 ___ Python tracker ___ _

[issue45500] Rewrite test_dbm

2021-10-19 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 975b94b9de969777218e96a9950c1dab2dab65a0 by Serhiy Storchaka in branch 'main': bpo-45500: Rewrite test_dbm (GH-29002) https://github.com/python/cpython/commit/975b94b9de969777218e96a9950c1dab2dab65a0 -- nosy: +lukasz.langa __

[issue45500] Rewrite test_dbm

2021-10-17 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +27284 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29002 ___ Python tracker ___

[issue45500] Rewrite test_dbm

2021-10-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : * Generate test classes at import time. It allows to filter them when run with unittest. E.g: "./python -m unittest test.test_dbm.TestCase_gnu -v". * Create a database class in a new directory which will be removed after test. It guarantees that all creat