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

Marshall error even if "validate_requests" is False #178

Open
tomas-fp opened this issue Jun 28, 2017 · 0 comments
Open

Marshall error even if "validate_requests" is False #178

tomas-fp opened this issue Jun 28, 2017 · 0 comments

Comments

@tomas-fp
Copy link

tomas-fp commented Jun 28, 2017

In bravado v9, this line is raising a bravado_core.exception.SwaggerMappingError in case that the request param type is not satisfied.

This is totally fine in a common scenario, but in a testing scenario where you want to test multiple input combinations, the typical approach would be disabling validate_requests config option, but this does not work, since the exception would be raised anyway.

I think we should change this behavior. If you agree, I can try to provide a PR with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant