[issue17082] Fix test discovery for test_dbm*.py

2013-03-01 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! There are still two "failures", but they will be addressed in #16935. -- assignee: -> ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python trac

[issue17082] Fix test discovery for test_dbm*.py

2013-03-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset b62317fe1a22 by Ezio Melotti in branch '3.3': #17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware. http://hg.python.org/cpython/rev/b62317fe1a22 New changeset e35c053cc4ec by Ezio Melotti in branch 'default': #17082: merg

[issue17082] Fix test discovery for test_dbm*.py

2013-02-27 Thread Zachary Ware
Zachary Ware added the comment: Version 2 removes an unnecessary import in test_dbm_gnu.py -- Added file: http://bugs.python.org/file29273/test_dbm-s_discovery.v2.diff ___ Python tracker ___

[issue17082] Fix test discovery for test_dbm*.py

2013-01-30 Thread Zachary Ware
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_