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 <rep...@bugs.python.org>
<http://bugs.python.org/issue17082>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to