Skip to content

Commit

Permalink
wip: test open api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
robyoung committed Mar 1, 2024
1 parent 3156261 commit 96e1b26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ def test_valid_openapi_spec(app: Flask, api: FlaskPydanticSpec):
api.register(app)
spec = api.spec

breakpoint()
openapi_v31_spec_validator.validate(spec)
validate_v3_spec(spec)


Expand Down

0 comments on commit 96e1b26

Please sign in to comment.