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.

classification
Title: Make TestCase._formatMessage public
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: mattheww, michael.foord
Priority: normal Keywords:

Created on 2010-09-28 20:14 by mattheww, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg117543 - (view) Author: Matthew Woodcraft (mattheww) Date: 2010-09-28 20:14
It would be pleasant if TestCase._formatMessage, or something similar,
could be made part of the documented API; I think pretty much anyone
writing a custom TypeEqualityFunc is going to end up reimplementing it.

(This is the code that makes the TestCase.longMessage attribute take
effect.)
msg220853 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-06-17 18:36
Slipped under the radar?
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54185
2019-03-15 23:23:52BreamoreBoysetnosy: - BreamoreBoy
2014-06-17 18:36:14BreamoreBoysetnosy: + BreamoreBoy

messages: + msg220853
versions: + Python 3.5, - Python 3.2
2010-09-28 22:00:40michael.foordsetassignee: michael.foord
components: + Library (Lib)
versions: + Python 3.2
2010-09-28 20:14:42matthewwcreate