[New-bugs-announce] [issue32927] Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome

Victor Engmark report at bugs.python.org
Fri Feb 23 17:18:22 EST 2018


New submission from Victor Engmark <victor.engmark at gmail.com>:

Until and unless #32926 is fixed it would be good to be able to type inspect code which uses the currently least hacky way to inspect the result of the current test [1]. This requires the use of TestCase._feedErrorsToResult and TestCase._outcome.

[1]: https://stackoverflow.com/a/39606065/96588

----------
messages: 312672
nosy: Victor Engmark
priority: normal
severity: normal
status: open
title: Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32927>
_______________________________________


More information about the New-bugs-announce mailing list