-
Notifications
You must be signed in to change notification settings - Fork 17
build(deps): major update of mockery to 3.2.4 #1107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis change upgrades the mockery tool version from 2.53.3 to 3.2.4, updates the Changes
Sequence Diagram(s)sequenceDiagram
participant Test as Test Code
participant Mock as Generated Mock (e.g., NewClient)
participant SUT as System Under Test
Test->>Mock: Call NewMock(t)
Mock->>Test: Registers t, sets up Cleanup
Test->>SUT: Injects Mock as dependency
SUT->>Mock: Calls mock methods with descriptive params
Mock->>Test: Asserts expectations on Cleanup
Possibly related PRs
Suggested reviewers
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (1.64.8)Error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2 ✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit