testing: can add func Output(calldepth int, s string) for testing.T #9577
Labels
Comments
If you're writing an assert helper library then you can provide your own such function. |
This might be asking for #4899. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
can add func Output(calldepth int, s string) or ErrorOutput(calldepth int, s string) for testing.T.
it will helpful for assert helper library.
The text was updated successfully, but these errors were encountered: