MarketSquare / robotframework-openapitools

Apache License 2.0
6 stars 1 forks source link

Refactored loading and caching of specs and validator #18

Closed robinmackaij closed 5 months ago

robinmackaij commented 5 months ago

Ensure that all spec parsing happens before the first test case is executed. This prevents the first test case from taking a (very long) time in situations where parsing of the OAS / spec takes a long time.