Open
Description
Is your feature request related to a problem? Please describe.
We would like to auto generate tests from open API specs. I can see there testCase holder in this test API file : https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/python/api_test.handlebars#L40
but it is not clear how this works.
I found in the code
Could please add some example of open API specs that allow tests generation or explain this in the documentation