Charles Weill

Results 117 comments of Charles Weill

I see, this is used for test-only packages right? If you want to send a PR to fix this, I'll be happy to approve.

This seems like an unusual edge case, as I believe directories don't usually end in ".go". Feel free to make a pull request to address this issue.

@lepinkainen Sorry you ran into that issue. If anyone wants to send a PR that will include the version (including git commit), I will review and approve it.

@teddylear Sounds good to me. A PR will be welcome.

@johnfercher Thank you for your kind words. Unfortunately, these days I mostly write Python, so you likely are getting more use out of this project than I am. Nevertheless, I'm...

The long-term vision for this project is for it to generate test code, **including test cases**, for you automatically based on the signature and high level description. With [OpenAI's recent...

@mekegi: This looks good to me, except can you please add a flag `use_go_cmp=true`. That way people who want the old behavior (minus a dependency) can use it.

If OP or someone else can update this PR to resolve branch conflicts, I will approve it.

Once `gotests` generates a test for you, you can import whatever packages you want in that test file. So you can import `gomock` if your test body requires mocking. Does...

@emou - I like your idea. Generating test cases fits nicely with the goal of gotests: to make writing tests easier. If you could outline a design of how this...