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 guettli
Recipients docs@python, guettli, terry.reedy
Date 2016-04-28.09:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461835206.18.0.408362693717.issue26869@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for understanding my concern.



> The standard failure message for each *assert method* contains useful  
> information about the objects involved.  For example the message from 
> assertEqual shows the repr of the two unequal objects.  It is usually 
> easier to augment rather than replace this message

I think above is not needed.


> The class setting can be overridden in individual test methods by 
> assigning an instance attribute, self.longMessage, to True or False 
> before calling the assert methods.

I would add "the default value of the class gets reset before each test call". That is more explicit (I hope my text is what happens behind the scene)

Again, thank you, that you care.

Regards,
  Thomas Güttler
History
Date User Action Args
2016-04-28 09:20:06guettlisetrecipients: + guettli, terry.reedy, docs@python
2016-04-28 09:20:06guettlisetmessageid: <1461835206.18.0.408362693717.issue26869@psf.upfronthosting.co.za>
2016-04-28 09:20:06guettlilinkissue26869 messages
2016-04-28 09:20:05guettlicreate