Open AngellusMortis opened 3 weeks ago
can you please file a PR with the suggested fix when you've time?
No, I cannot. I was not even supposed to make the issue. Sorry, I work for one of those orgs that are super hostile against contributing to open source.
Bug Report Checklist
Description
openapi-generator version
7.9.0
OpenAPI declaration file content or url
https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
Generation Details
Steps to reproduce
Pytest fill give a warning for each API class similar to the following:
Related issues/PRs
Suggest a fix
For any of the
TestXXXXXApi
test classes, just replace the following:with
(for example for the PetStore API spec, it is
test/test_pet_api.py:TestPetApi
)