[issue45502] Fix test_shelve and make it discoverable

Serhiy Storchaka report at bugs.python.org
Sun Oct 17 06:15:57 EDT 2021


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

test_shelve was intended to run some tests for all underlying dbm implementation, but since b17acad68ea21c60dbc2088644f2934032304628 (at May 2008) it runs them with the same implementation.

The proposed PR fixes this regression and also makes test_shelve discoverable, so it can be run with the unittest module.

----------
components: Tests
messages: 404133
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix test_shelve and make it discoverable
type: behavior
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45502>
_______________________________________


More information about the Python-bugs-list mailing list