Skip to content

use jsonschema spec and yield from #164

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
Aug 31, 2022

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Aug 30, 2022

Refactor. This also removes dereferencing decorator and uses jsonschema_spec's accessor resolver on schema lookups.

@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #164 (7cbc3f6) into master (dd89ae9) will decrease coverage by 2.97%.
The diff coverage is 90.81%.

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   95.97%   93.00%   -2.98%     
==========================================
  Files          18        8      -10     
  Lines         547      286     -261     
  Branches      103       51      -52     
==========================================
- Hits          525      266     -259     
+ Misses         12       11       -1     
+ Partials       10        9       -1     
Impacted Files Coverage Δ
openapi_spec_validator/decorators.py 100.00% <ø> (+4.87%) ⬆️
openapi_spec_validator/validators.py 90.15% <89.02%> (-7.19%) ⬇️
openapi_spec_validator/__init__.py 100.00% <100.00%> (ø)
openapi_spec_validator/readers.py 100.00% <100.00%> (ø)
openapi_spec_validator/schemas.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@p1c2u p1c2u force-pushed the refactor/use-pathable-and-yield-from branch 3 times, most recently from 9a3b578 to 37eeb3d Compare August 31, 2022 19:12
@p1c2u p1c2u force-pushed the refactor/use-pathable-and-yield-from branch from 37eeb3d to 7cbc3f6 Compare August 31, 2022 21:29
@p1c2u p1c2u merged commit 8f8afcf into master Aug 31, 2022
@p1c2u p1c2u deleted the refactor/use-pathable-and-yield-from branch August 31, 2022 21:33
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