-
Notifications
You must be signed in to change notification settings - Fork 181
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
refactor: Make mock fetcher generally available #1455
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1455 +/- ##
=======================================
Coverage ? 83.29%
=======================================
Files ? 110
Lines ? 3892
Branches ? 0
=======================================
Hits ? 3242
Misses ? 426
Partials ? 224 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I got to confess mocking a fetcher is torturesome so the test code is bad. Thanks for making it better (but you haven't met the mocked registry service yet :) )
bf0dff3
to
f35a8a9
Compare
Signed-off-by: Terry Howe <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What this PR does / why we need it:
I wanted to get a feel for how people felt about making a mock fetcher as a test utility, so I created this small PR.