[Python-Dev] unittest: shortDescription, _TextTestResult and other issues

Michael Foord fuzzyman at voidspace.org.uk
Thu Feb 11 13:43:55 CET 2010


On 11/02/2010 12:13, Nick Coghlan wrote:
> Michael Foord wrote:
>    
>> Given that the change broke something, and the desired effect can be
>> gained with a different change, I don't really see a downside to the
>> change I'm proposing (reverting shortDescription and moving the code
>> that adds the test name to TestResult).
>>      
> +1 on fixing this in a way that doesn't break third-party tests :)
>
>    

It is done. The slight disadvantage is that overriding shortDescription 
on your own TestCase no longer removes the test name from being added to 
the short description. On the other hand if you do override 
shortDescription you don't have to add the test name yourself, and using 
a custom TestResult (overriding getDescription) is much easier now that 
the TextTestRunner takes a resultclass argument in the constructor.

All the best,

Michael

> Cheers,
> Nick.
>
>    


-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog

READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.




More information about the Python-Dev mailing list