Skip to content
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

Make Mock.realCalls private #1

Closed
justinfagnani opened this issue Jul 16, 2014 · 1 comment
Closed

Make Mock.realCalls private #1

justinfagnani opened this issue Jul 16, 2014 · 1 comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@justinfagnani
Copy link

This will eliminate any chance of collision with other APIs (a huge issue with mock). You can add a public function to retrieve the value if needed.

@fibulwinter
Copy link
Contributor

Fixed in bf672ea (0.8.1)

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed bug labels Nov 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

3 participants