You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
docker run --rm -v "${PWD}:/local" openapitools/openapi-generator-cli generate -i https://raw.githubusercontent.com/openapitools/openapi-generator/master/modules/openapi-generator/src/test/resources/3_0/petstore.yaml -g python -p library=asyncio -o /local/out/python python -m venv venv pip install -r requirements.txt -r test-requirements.txt pytest
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
)The text was updated successfully, but these errors were encountered: