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: Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome
Type: enhancement Stage: resolved
Components: Versions:
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: AlexWaygood, Victor Engmark, iritkatriel
Priority: normal Keywords:

Created on 2018-02-23 22:18 by Victor Engmark, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg312672 - (view) Author: Victor Engmark (Victor Engmark) Date: 2018-02-23 22:18
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
msg415597 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-03-20 09:15
I think this should have been opened on the typeshed issue tracker.
msg415601 - (view) Author: Alex Waygood (AlexWaygood) * (Python triager) Date: 2022-03-20 10:42
Typeshed maintainer here: I agree. Feel free to open an issue over at https://github.com/python/typeshed if this is still a problem!
History
Date User Action Args
2022-04-11 14:58:58adminsetgithub: 77108
2022-03-20 10:42:15AlexWaygoodsetstatus: pending -> closed

nosy: + AlexWaygood
messages: + msg415601

resolution: third party
stage: resolved
2022-03-20 09:15:34iritkatrielsetstatus: open -> pending
nosy: + iritkatriel
messages: + msg415597

2018-02-23 22:18:22Victor Engmarkcreate