Message201947
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> |
|
Date |
User |
Action |
Args |
2013-11-01 22:39:42 | terry.reedy | set | recipients:
+ terry.reedy, pitrou, vajrasky |
2013-11-01 22:39:42 | terry.reedy | set | messageid: <1383345582.2.0.637239345456.issue19398@psf.upfronthosting.co.za> |
2013-11-01 22:39:42 | terry.reedy | link | issue19398 messages |
2013-11-01 22:39:42 | terry.reedy | create | |
|