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

Exclusion option for symbols that shall not be mocked #43

Closed
theHolgi opened this issue May 30, 2023 · 0 comments · Fixed by #50
Closed

Exclusion option for symbols that shall not be mocked #43

theHolgi opened this issue May 30, 2023 · 0 comments · Fixed by #50
Labels
enhancement New feature or request

Comments

@theHolgi
Copy link
Contributor

It may be requested that an interface is not mocked by hammock, but directly implemented by the test code.
Be it that mocking goes wrong for inabilities of hammock, or wish by the user.
This is not possible with the current workflow, that hammocking takes place before the test code is compiled.

As a quick-and-easy solution, hammock shall accept as a parameter a list of symbols that are not mocked.

@theHolgi theHolgi added the enhancement New feature or request label May 30, 2023
theHolgi added a commit that referenced this issue Mar 20, 2024
theHolgi added a commit that referenced this issue Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant