Support for TestMain / testing.M #146
nikolai-momot-thirdfort
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The GoLang
testing
library has a testing.M package that is very useful for setting up for and tearing down after tests.However there is no way to instantiate a mock object with this patterns; there is no
testing.T
object to create a controller with.Is there a reason this feature set isn't being supported?
Beta Was this translation helpful? Give feedback.
All reactions