Charles Weill
Charles Weill
The path to the templates directory should be stored in and read from an environment variable such as `$GOTESTS_TEMPLATES`.
f7bf5795c8ba29d516385b488a151d6549d6e48c
d7c35f008c0fe3a4cabaa61e85a0e9e769bb030a
@jawher: This kind of templating would be an elegant solution to most user's unique needs for how tests should look. If you have an idea of how to implement this...
This is a known issue with gotests, but something that should be fixable. gotests uses `golang.org/x/tools/imports` under the hood just like goimports, so it's not clear to me why the...
Can you please give me an example? I'm not exactly sure what you mean by "`_test` package".
Oh wow, TIL! I had never heard of that before, but I just tested it out, and it works. Since which Go version is that a thing? Could you please...
@mekegi Could you please reply `@googlebot I consent.` to this PR?
> I'm curious to know if the output format is OK for you as it is now. It looks like this now: Looks good to me. > One other thing...
I would prefer to avoid having third-party dependencies when generating tests. However I would like to have a way for someone to define their own "templates" for handling special scenarios...