Skip to content

Allow unmarshalling kwargs for unmarshalling processors #623

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

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Jul 19, 2023

Allow to pass unmarshalling customizations for middlewares (.FalconOpenAPIMiddleware, FlaskOpenAPIView, FlaskOpenAPIViewDecorator)

Fixes #618

@codecov
Copy link

codecov bot commented Jul 19, 2023

Codecov Report

Merging #623 (859242c) into master (49b50b6) will decrease coverage by 0.03%.
The diff coverage is 70.00%.

@@            Coverage Diff             @@
##           master     #623      +/-   ##
==========================================
- Coverage   90.89%   90.86%   -0.03%     
==========================================
  Files         123      123              
  Lines        3459     3461       +2     
  Branches      422      422              
==========================================
+ Hits         3144     3145       +1     
- Misses        264      265       +1     
  Partials       51       51              
Impacted Files Coverage Δ
openapi_core/contrib/falcon/middlewares.py 100.00% <ø> (ø)
openapi_core/contrib/flask/decorators.py 100.00% <ø> (ø)
openapi_core/validation/processors.py 0.00% <0.00%> (ø)
openapi_core/contrib/flask/views.py 100.00% <100.00%> (ø)
openapi_core/unmarshalling/processors.py 88.46% <100.00%> (+0.46%) ⬆️

@p1c2u p1c2u force-pushed the fix/allow--unmarshalling-kwargs-for-unmarshalling-processors-fix branch from c11dbdc to 859242c Compare July 19, 2023 18:38
@p1c2u p1c2u merged commit d60be8c into master Jul 19, 2023
@p1c2u p1c2u deleted the fix/allow--unmarshalling-kwargs-for-unmarshalling-processors-fix branch July 19, 2023 18:47
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.

How to specify custom formatter when using Flask View integration?
1 participant