-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
_pytest.compat.get_real_func is unaware of getattr-ish objects like mock.call #2208
Closed
RonnyPfannschmidt opened this issue
Jan 19, 2017
· 1 comment
· Fixed by youtux/pypi-notifier-watchlist#3
Closed
_pytest.compat.get_real_func is unaware of getattr-ish objects like mock.call #2208
RonnyPfannschmidt opened this issue
Jan 19, 2017
· 1 comment
· Fixed by youtux/pypi-notifier-watchlist#3
Comments
RonnyPfannschmidt
added a commit
to RonnyPfannschmidt/pytest
that referenced
this issue
Jan 19, 2017
nicoddemus
added a commit
that referenced
this issue
Jan 19, 2017
…func_loop_limit fixes #2208 by introducing a iteration limit
Fixed by #2209 |
This was referenced May 31, 2017
This was referenced Mar 6, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this would break on things like the mock.call object, there should be an iteration limit
i propose using something like
all tho i presume we can pick a much lower iteration count
The text was updated successfully, but these errors were encountered: