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 ezio.melotti
Recipients Sean.Ochoa, eric.araujo, ezio.melotti, ncoghlan, petri.lehtinen, terry.reedy
Date 2012-11-04.17:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352051281.7.0.192169061179.issue13349@psf.upfronthosting.co.za>
In-reply-to
Content
You should use assertRaises/assertRaisesRegex to check the error message and add more tests to cover all the changes.  I also noticed an inconsistence between 'element not in container' and 'element is not in container' (note the extra 'is').  FWIW I prefer the version without 'is'.
History
Date User Action Args
2012-11-04 17:48:01ezio.melottisetrecipients: + ezio.melotti, terry.reedy, ncoghlan, eric.araujo, petri.lehtinen, Sean.Ochoa
2012-11-04 17:48:01ezio.melottisetmessageid: <1352051281.7.0.192169061179.issue13349@psf.upfronthosting.co.za>
2012-11-04 17:48:01ezio.melottilinkissue13349 messages
2012-11-04 17:48:01ezio.melotticreate