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 terry.reedy
Recipients pitrou, terry.reedy, vajrasky
Date 2013-11-01.22:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383345582.2.0.637239345456.issue19398@psf.upfronthosting.co.za>
In-reply-to
Content
The test should use the more specific assertXyz method:
self.assertIn("pprint.cover", files)

The error message would then be the more informative
AssertionError: 'pprint.cover' not found in <files listed>
History
Date User Action Args
2013-11-01 22:39:42terry.reedysetrecipients: + terry.reedy, pitrou, vajrasky
2013-11-01 22:39:42terry.reedysetmessageid: <1383345582.2.0.637239345456.issue19398@psf.upfronthosting.co.za>
2013-11-01 22:39:42terry.reedylinkissue19398 messages
2013-11-01 22:39:42terry.reedycreate