_pytest.compat.get_real_func is unaware of getattr-ish objects like mock.call #2208
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: