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

Add a mechanism to ignore a fake in call history. #80

Open
CanadianHoser opened this issue Sep 17, 2019 · 0 comments
Open

Add a mechanism to ignore a fake in call history. #80

CanadianHoser opened this issue Sep 17, 2019 · 0 comments

Comments

@CanadianHoser
Copy link

Is your feature request related to a problem? Please describe.
Mocking a large function, with a nested loop of calls to a faked out function, I've surpassed the call-history length. As a result, I can't check the call history for some of the latter functions.

Describe the solution you'd like
I'd like to be able to specify fff ignore certain functions in the call history log.

Describe alternatives you've considered
I can set FFF_ARG_HISTORY_LEN, but this is difficult to maintain if the number of fake calls increase.

Additional context
None.

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

No branches or pull requests

1 participant