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

Support for HTTP Status Wildcards #159

Merged
merged 6 commits into from
Sep 14, 2023
Merged

Support for HTTP Status Wildcards #159

merged 6 commits into from
Sep 14, 2023

Conversation

ggpwnkthx
Copy link
Contributor

This is an update to accommodate HTTP Status Code wildcards as defined in the v3.0.0 specification. https://spec.openapis.org/oas/v3.0.0#patterned-fields-0

Additionally, there's an update to .gitignore for Jupyter notebooks.

ggpwnkthx and others added 6 commits September 13, 2023 20:50
Adjusted egg-info
Added Jupyter notebooks
Per section [4.7.16.2](https://spec.openapis.org/oas/v3.0.0#patterned-fields-0)

"... 2XX represents all response codes between [200-299]. The following range definitions are allowed: 1XX, 2XX, 3XX, 4XX, and 5XX. If a response range is defined using an explicit code, the explicit code definition takes precedence over the range definition for that code."
@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #159 (29a66fd) into master (cb72ac9) will decrease coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #159      +/-   ##
==========================================
- Coverage   93.12%   93.03%   -0.09%     
==========================================
  Files          84       84              
  Lines        6411     6408       -3     
==========================================
- Hits         5970     5962       -8     
- Misses        441      446       +5     
Flag Coverage Δ
unittests 93.03% <100.00%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
aiopenapi3/v30/glue.py 76.92% <100.00%> (-0.22%) ⬇️

... and 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@commonism commonism merged commit 7ff2ba6 into commonism:master Sep 14, 2023
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.

2 participants