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 serhiy.storchaka
Recipients docs@python, ezio.melotti, michael.foord, rhettinger, serhiy.storchaka
Date 2012-12-24.07:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356333776.01.0.775694190852.issue16751@psf.upfronthosting.co.za>
In-reply-to
Content
But with the patch the minimal set of asserts will be assertEqual, assertIn, and assertRaises. The example is just too old (assertIn was added in 3.1). If you want to minimize assert's set, you can get rid of assertEqual too (using only assertTrue). But I don't think it is a good idea.
History
Date User Action Args
2012-12-24 07:22:56serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ezio.melotti, michael.foord, docs@python
2012-12-24 07:22:56serhiy.storchakasetmessageid: <1356333776.01.0.775694190852.issue16751@psf.upfronthosting.co.za>
2012-12-24 07:22:56serhiy.storchakalinkissue16751 messages
2012-12-24 07:22:55serhiy.storchakacreate