swaggest / swac

🤖 OpenAPI/Swagger client generator for PHP, Go and JavaScript (ES5)
MIT License
9 stars 3 forks source link

Generate tests for Go client #4

Open vearutop opened 5 years ago

vearutop commented 5 years ago

In order to provide some code coverage and ensure the quality of generated code we can generate integration tests for happy paths of REST operation. These can use httptest.Server to mimic REST API of the client and assert requests, write response.