Skip to content

Validation result datatypes #165

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

Merged
merged 1 commit into from
Oct 19, 2019
Merged

Validation result datatypes #165

merged 1 commit into from
Oct 19, 2019

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Oct 19, 2019

Backward incompatibility:

  • new datatype RequestParameters. That means parameters in RequestValidationResult is no longer dict but you can still access parameter types (path, query, heder, cookie) lika a dict.

@codecov
Copy link

codecov bot commented Oct 19, 2019

Codecov Report

Merging #165 into master will increase coverage by 0.62%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
+ Coverage   95.94%   96.57%   +0.62%     
==========================================
  Files          62       62              
  Lines        1702     1692      -10     
==========================================
+ Hits         1633     1634       +1     
+ Misses         69       58      -11
Impacted Files Coverage Δ
openapi_core/validation/request/datatypes.py 100% <100%> (ø)
openapi_core/validation/response/validators.py 100% <100%> (ø) ⬆️
openapi_core/validation/response/datatypes.py 100% <100%> (ø)
openapi_core/validation/datatypes.py 100% <100%> (ø)
openapi_core/validation/request/validators.py 94.52% <100%> (ø) ⬆️
openapi_core/schema/schemas/_format.py 90.9% <0%> (+3.89%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f12b6d8...48ee8f9. Read the comment docs.

@p1c2u p1c2u merged commit 0604145 into master Oct 19, 2019
@p1c2u p1c2u deleted the feature/validation-datatypes branch October 19, 2019 10:12
@p1c2u p1c2u changed the title Validation datatypes Validation result datatypes Oct 19, 2019
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

Successfully merging this pull request may close these issues.

1 participant