Skip to content

Templating parser path parameter search fix #245

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
May 10, 2020

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Apr 22, 2020

Adds PathParameter extra type (no slash chars)
Extended parser uses PathParameter as default type.

Fixes #226

@p1c2u p1c2u force-pushed the fix/parser-path-parameter-search-fix branch from d4dce1f to aeca777 Compare April 23, 2020 08:01
@codecov
Copy link

codecov bot commented Apr 23, 2020

Codecov Report

Merging #245 into master will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
+ Coverage   96.78%   96.79%   +0.01%     
==========================================
  Files         122      122              
  Lines        2395     2406      +11     
==========================================
+ Hits         2318     2329      +11     
  Misses         77       77              
Impacted Files Coverage Δ
openapi_core/templating/util.py 100.00% <100.00%> (ø)

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 97ec8c7...aeca777. Read the comment docs.

@p1c2u p1c2u merged commit 9379eac into master May 10, 2020
@p1c2u p1c2u deleted the fix/parser-path-parameter-search-fix branch May 10, 2020 14:31
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.

PathFinder finds all patterns, who looks like my request path, and he return worst case
1 participant