-
-
Notifications
You must be signed in to change notification settings - Fork 771
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
callOrder missbehaves #1398
Comments
Hi @mir3z, thanks for your issue! You seem to be right, but the real problem with this issue is semantics. I've reimplemented the Before the changes I've got here, However, the The However, the Given this I think we must refactor the If we want to keep the old behavior for Thus, this test will start breaking because if we take into account the exact meaning of "spyA being called after spyB" it is true indeed, because even though Btw, this can be considered a breaking change to the API depending on what we were expecting My second option is to implement the correct logic for Let's wait for a maintainer's response so that I can send a PR with changes since I've got both options ready for a |
Why oh why do you keep finding all these hard problems, @lucasfcosta? And it seems I always try to read your findings when I am sleep deprived 😪 😉 But yeah, I think I understand what you are saying. Basically try to make the logic in |
I'd really like to know why GitHub has linked all these commits in branches that do not exist anymore in here. |
What did you expect to happen?
I expect test to fail
What actually happens
Test passes
How to reproduce
The text was updated successfully, but these errors were encountered: