MarketSquare / roboswag

Apache License 2.0
26 stars 2 forks source link

Handle missing optionals & add auto generated spec from fast API files #51

Closed bhirsz closed 2 years ago

bhirsz commented 2 years ago

Thanks for adding fast API we can now create our own APIs and use them to generate spec files for testing purposes (or create more sophisticated tests with Robot scripts written using generated libraries against API). It's stub of the test framework - I will need to update it to be more dynamic and more DRY.

Handled optional parameters that stopped us from supporting OpenAPi v3.

Renamed validate.error to validate.response_as_text since it could be also used for non-error responses.

Closes #25 Closes #24 Closes #34