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

Re-work extension point test mocking #622

Merged
merged 1 commit into from
Mar 11, 2024
Merged

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Feb 22, 2024

The existing mocks are fragile and don't reliably work in all cases.

This approach uses an actual Distribution instance so that we don't need to modify it to reflect upstream changes to the interface.

The existing mocks are fragile and don't reliably work in all cases.
This approach uses an actual Distribution instance so that we don't need
to modify it to reflect upstream changes to the interface.
@cottsay cottsay added the enhancement New feature or request label Feb 22, 2024
@cottsay cottsay self-assigned this Feb 22, 2024
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ee44262) 83.37% compared to head (df3deec) 83.37%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #622   +/-   ##
=======================================
  Coverage   83.37%   83.37%           
=======================================
  Files          66       66           
  Lines        3789     3789           
  Branches      737      737           
=======================================
  Hits         3159     3159           
  Misses        556      556           
  Partials       74       74           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cottsay cottsay marked this pull request as ready for review March 2, 2024 17:20
@cottsay cottsay merged commit 82359bc into master Mar 11, 2024
42 checks passed
@delete-merged-branch delete-merged-branch bot deleted the cottsay/extension-point-tests branch March 11, 2024 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant