Issue 32927: Add typeshed documentation for unittest.TestCase._feedErrorsToResult and ._outcome (original) (raw)
Issue32927
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) * ![]() |
Date: 2022-03-20 09:15 |
I think this should have been opened on the typeshed issue tracker. | ||
msg415601 - (view) | Author: Alex Waygood (AlexWaygood) * ![]() |
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:58 | admin | set | github: 77108 |
2022-03-20 10:42:15 | AlexWaygood | set | status: pending -> closednosy: + AlexWaygoodmessages: + resolution: third partystage: resolved |
2022-03-20 09:15:34 | iritkatriel | set | status: open -> pendingnosy: + iritkatrielmessages: + |
2018-02-23 22🔞22 | Victor Engmark | create |