Skip to content
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

fix: missing Mock generation #948

Merged
merged 1 commit into from Mar 11, 2023
Merged

fix: missing Mock generation #948

merged 1 commit into from Mar 11, 2023

Conversation

chrisgacsal
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

  • add installing mockgen
  • add mock-generate target to Makefile to generate all mocks required by tests suites
  • move mocked interfaces to controllers/tests/mocks package

Checklist

  • Implementation tested
  • Error handling code meets the guideline
  • Logging code meets the guideline
  • User guide and development docs updated (if needed)

* add installing `mockgen`
* add `mock-generate` target to Makefile to generate all mocks required
  by tests suites
* move mocked interfaces to `controllers/tests/mocks` package
@chrisgacsal chrisgacsal requested a review from a team as a code owner March 11, 2023 11:30
@chrisgacsal chrisgacsal self-assigned this Mar 11, 2023
@chrisgacsal chrisgacsal merged commit a71a59a into master Mar 11, 2023
@chrisgacsal chrisgacsal deleted the fix-mockgen branch March 11, 2023 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants