-
-
Notifications
You must be signed in to change notification settings - Fork 358
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
An exception is raised when invoking an any_instance
expectation on a subclass that has an any_instance
stub on its parent class
#1077
Comments
fables-tales
pushed a commit
that referenced
this issue
Apr 20, 2016
fables-tales
changed the title
Unable to set any_instance expectation on superclass + subclass
An exception is raised when Invoking an Apr 20, 2016
any_instance
expectation on a subclass that has an any_instance
stub on its parent class
fables-tales
changed the title
An exception is raised when Invoking an
An exception is raised when invoking an Apr 20, 2016
any_instance
expectation on a subclass that has an any_instance
stub on its parent classany_instance
expectation on a subclass that has an any_instance
stub on its parent class
Thanks for the clear issue @joshuap! I'm convinced this is a bug, but I don't have the time to work out the root cause right now. Hopefully more info soon. |
OK, my repro isn't quite right |
fables-tales
pushed a commit
that referenced
this issue
Apr 20, 2016
1a7e923 is the actual commit which reproduces this issue. I am really struggling with git today. Sorry everyone. |
fables-tales
pushed a commit
that referenced
this issue
Apr 20, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Re: https://twitter.com/joshuap/status/722545431104753664
cc @samphippen
To reproduce this bug check out my gist:
Example:
Resulting error:
The text was updated successfully, but these errors were encountered: