We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current models do not support auto speccing. If you attempt to use mock.create_autospec with spec_set=True, you will get
AttributeError: Mock object has no attribute '<attribute name here>'
I think this is due to the way we handle creating and setting properties in https://github.com/Yelp/bravado-core/blob/master/bravado_core/model.py. Not sure how easy or feasible a change this would be based on the current way of doing things. But it would be nice to have.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current models do not support auto speccing. If you attempt to use mock.create_autospec with spec_set=True, you will get
I think this is due to the way we handle creating and setting properties in https://github.com/Yelp/bravado-core/blob/master/bravado_core/model.py. Not sure how easy or feasible a change this would be based on the current way of doing things. But it would be nice to have.
The text was updated successfully, but these errors were encountered: