atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19 stars 4 forks source link

Updated generator test harness to support providing a .json config file #97

Closed egil closed 3 years ago

egil commented 3 years ago

To enable per test generator configuration, this PR adds support for adding an optional myTestCase.json next to a myTestCase.yaml.

This also includes a refactoring of various test-harness related types and general code clean up.

egil commented 3 years ago

Looks good, consider the suggestions.

@cjakobsen considered your comments. Wanna give me an approval?