Golang Testify Suite Live Template
type $SUITE$Suite struct { | |
suite.Suite | |
} | |
func Test$SUITE$Suite(t *testing.T) { | |
suite.Run(t, new($SUITE$Suite)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment