flask-pydantic icon indicating copy to clipboard operation
flask-pydantic copied to clipboard

Add function to generate openapi spec.

Open The-Podsiadly opened this issue 2 years ago • 2 comments

Built off of @buildpeak's forked PR #41. Added parse_url method to mimic what werkzeug's did. This was copied from flask-restx's PR #463.

The-Podsiadly avatar Aug 12 '22 07:08 The-Podsiadly

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarcloud[bot] avatar Aug 14 '22 20:08 sonarcloud[bot]

@The-Podsiadly Please, check the linter errors in the tests and modify the code accordingly.

Can you please add some tests for the openapi module? I don't like having such a piece of untested code in the code base.

bauerji avatar Aug 28 '22 08:08 bauerji