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

Replace wrapping with meck with a custom solution. #1

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

kzemek
Copy link
Owner

@kzemek kzemek commented Apr 28, 2024

A meck-based solution was a good PoC, but ultimately not production-grade due to slowdowns introduced with piping all of the compilation through a single process and various overheads related to keeping track of mock expectations.

@kzemek kzemek added the feature This PR contains a non-breaking feature label Apr 28, 2024
@kzemek kzemek merged commit 7b5d021 into main Apr 28, 2024
3 checks passed
@kzemek kzemek deleted the remove-meck-dependency branch April 28, 2024 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This PR contains a non-breaking feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant