]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Oct 2021 09:40:22 +0000 (12:40 +0300)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 09:40:22 +0000 (12:40 +0300)
commit6b867022d926be9fcc6f8038fb1093ba8c348ca5
tree33d942d181ff8249924abf0bb942d0a753ef0c5b
parent7203ecd332eca3a44a3f1c8bdadd76a08c5568a1
[3.10] bpo-45502: Fix test_shelve (GH-29003) (GH-29305)

Run test_shelve with all underlying dbm implementations and pickle protocols.
Also make test_shelve discoverable.
(cherry picked from commit b781cc3bfce7c052728b06aad9f1a467cced289d)
Lib/test/test_shelve.py