[New-bugs-announce] [issue17082] Fix test discovery for test_dbm*.py

Zachary Ware report at bugs.python.org
Wed Jan 30 18:57:57 CET 2013


New submission from Zachary Ware:

This patch fixes discovery for test_dbm.py and removes test_main() from test_dbm, test_dbm_dumb, test_dbm_gnu, and test_dbm_ndbm.

It also removes unnecessary __init__ methods from DumbDBMTestCase and WhichDBTestCase, which only called unittest.TestCase.__init__ with all supplied arguments.

----------
components: Tests
files: test_dbm-s_discovery.diff
keywords: patch
messages: 180979
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_dbm*.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28909/test_dbm-s_discovery.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17082>
_______________________________________


More information about the New-bugs-announce mailing list