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 michael.foord
Recipients brian.curtin, michael.foord
Date 2010-07-22.21:12:03
SpamBayes Score 0.15051813
Marked as misclassified No
Message-id <1279833126.51.0.382388733549.issue9330@psf.upfronthosting.co.za>
In-reply-to
Content
No, assertIn is for testing for membership in a container. If you pass it something that isn't a container then it indicates an error in the test (or misuse of the assert!).
History
Date User Action Args
2010-07-22 21:12:06michael.foordsetrecipients: + michael.foord, brian.curtin
2010-07-22 21:12:06michael.foordsetmessageid: <1279833126.51.0.382388733549.issue9330@psf.upfronthosting.co.za>
2010-07-22 21:12:03michael.foordlinkissue9330 messages
2010-07-22 21:12:03michael.foordcreate