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

feat: experimental support of OpenAPI 3.1 #1823

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

Stranger6667
Copy link
Member

Resolves #1820

@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #1823 (fbed84c) into master (3e2176c) will increase coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1823      +/-   ##
==========================================
+ Coverage   98.80%   98.88%   +0.07%     
==========================================
  Files         101      102       +1     
  Lines        8435     8487      +52     
  Branches     1758     1767       +9     
==========================================
+ Hits         8334     8392      +58     
+ Misses         59       57       -2     
+ Partials       42       38       -4     
Files Coverage Δ
src/schemathesis/cli/__init__.py 99.25% <100.00%> (+<0.01%) ⬆️
src/schemathesis/cli/callbacks.py 100.00% <100.00%> (ø)
src/schemathesis/cli/output/default.py 99.23% <100.00%> (+0.01%) ⬆️
src/schemathesis/experimental/__init__.py 100.00% <100.00%> (ø)
src/schemathesis/specs/openapi/loaders.py 98.81% <100.00%> (+0.02%) ⬆️
src/schemathesis/specs/openapi/schemas.py 98.80% <100.00%> (+<0.01%) ⬆️

... and 4 files with indirect coverage changes

@Stranger6667 Stranger6667 merged commit 8e5e2fa into master Oct 11, 2023
20 checks passed
@Stranger6667 Stranger6667 deleted the dd/experimental-openapi-31 branch October 11, 2023 23:39
This pull request was closed.
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.

Use jsonschema.Draft202012Validator in response validation for Open API 3.1
1 participant