[issue27432] Support unittest assertion truncation of repr in error messages

2019-06-02 Thread Gregory P. Smith
Gregory P. Smith added the comment: I spent a while looking at this and what it'd take to wind up with a TestCase.maxReprLength style implementation to limit the length of unittest assertion failure reprs. I don't see a nice path forward via safe_repr as is (as the PR started with). adding

[issue27432] Support unittest assertion truncation of repr in error messages

2019-06-02 Thread Gregory P. Smith
Change by Gregory P. Smith : -- assignee: gregory.p.smith -> stage: patch review -> needs patch ___ Python tracker ___ ___

[issue27432] Support unittest assertion truncation of repr in error messages

2019-05-07 Thread Gregory P. Smith
Change by Gregory P. Smith : -- title: Unittest truncating of error message not works -> Support unittest assertion truncation of repr in error messages ___ Python tracker