Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

Provide command-line interface #109

Closed qsantos closed 1 year ago

qsantos commented 5 years ago

Makes the following possible:

python -m swagger_spec_validator "http://petstore.swagger.io/v2/swagger.json"
coveralls commented 5 years ago

Coverage Status

Coverage decreased (-2.9%) to 95.522% when pulling ebceb95c01e6079228cccc6f5f7e304c3c6b57a9 on qsantos:master into 2a99f42156875d16094accad7847ff67a1974b43 on Yelp:master.

nicktimko commented 5 years ago

See #105 which includes some basic tests, an entrypoint, documentation, and processing of the raised exception to print the message rather than dumping a traceback.