docs(agents): prefer testify suite for Go unit tests - #1233
Conversation
✅ Deploy Preview for images-devsy-sh canceled.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe Go Code Style section now recommends the testify ChangesGo Testing Guidance
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to The change only adds valid Go testing guidance and does not affect runtime behavior. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Deploy Preview for devsydev canceled.
|
|
Tick the box to add this pull request to the merge queue (same as
|
Summary
Updates the Go Code Style section in
AGENTS.mdto state a preference for using testify suite (testify/suite) when writing unit tests.Changes
Unit Testingguideline under Go Code Style inAGENTS.mdrecommendingtestify/suite.Summary by CodeRabbit
testify/suitepackage for writing Go unit tests.