godog: t.Cleanup and t.Helper access from godog.T(ctx) #2211
Unanswered
carleeto
asked this question in
Q&A Everything Else
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, godog exports a TestingT interface that aims to allow access to methods on the standard library's testing.T type.
However, it does not allow access to the t.Helper and t.Cleanup methods.
I'm happy to do the work - is there any objection to me expanding the godog.TestingT interface to include these methods?
Beta Was this translation helpful? Give feedback.
All reactions