This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-30.17:57:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359568677.42.0.42152696128.issue17082@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-01-30 17:57:57zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-01-30 17:57:57zach.waresetmessageid: <1359568677.42.0.42152696128.issue17082@psf.upfronthosting.co.za>
2013-01-30 17:57:57zach.warelinkissue17082 messages
2013-01-30 17:57:57zach.warecreate