-
-
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
fix issue #2920 #2964
fix issue #2920 #2964
Conversation
@rpuntaie thanks for tackling this! We need to add a new test for it though. I suggest writing a test in |
|
Make it a parametrized test to ensure all the mocked mechanisms in the test actually work as expected when we *do not* use "-p no:"
Thanks @rpuntaie! I verified locally that your test reproduces the problem and also improved it a bit to ensure all the mechanisms that we are mocking in that test work as expected when we don't use the |
Thanks @rpuntaie and @nicoddemus! |
See issue #2920 for details.