gotests icon indicating copy to clipboard operation
gotests copied to clipboard

Is this project still being maintained?

Open natenho opened this issue 1 year ago • 4 comments

Hello, hust wanted to check if the gotests project is still being maintained. It's been about three years since the last update, and I noticed the develop branch has some features (like the -named flag) that aren't in the official release yet. There are also several PRs waiting for review.

Any updates on the project's future? Thanks!

natenho avatar Oct 12 '24 21:10 natenho

+1

yemiwebby avatar Oct 22 '24 03:10 yemiwebby

+1

ysomad avatar Oct 22 '24 07:10 ysomad

+1

art-frela avatar Feb 26 '25 14:02 art-frela

@cweill Are you still around? Is there anything I could do to help get that -named flag merged/released?

talon55 avatar Mar 22 '25 01:03 talon55

Yes, the project is being actively maintained again! 🎉

After 5 years since v1.6.0, we've just released v1.7.0 with major improvements:

New Features:

  • Recursive directory support (pkg/... patterns)
  • Cleaner generated code with Go 1.22+ loop scoping
  • Better error handling with t.Fatalf()

🔧 Improvements:

  • Minimum Go version: 1.22 (was 1.6)
  • Replaced bindata with stdlib embed (-834 lines!)
  • Fixed import path bugs
  • Proper t.Parallel() placement

📦 CI/CD:

  • Testing Go 1.22.x, 1.23.x, 1.24.x, and 1.25.x
  • Modernized GitHub Actions

We integrated 5 PRs and fixed multiple issues in this release. The project is back on track!

Check out the release: https://github.com/cweill/gotests/releases/tag/v1.7.0

Thanks for checking in on the project!

cweill avatar Oct 21 '25 01:10 cweill