mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-02 13:40:54 +00:00
* [python] Support aliasing of API keys * Support for aliasing and prefix * Make more realistic usage * Regenerate * Document alias in generated code * Support override of aliased keys * Use diferent id and name for api keys * ensure up-to-date * Simple example without x-auth-id-alias * regenerate docs * Regenerate * Provide separate spec for x-auth-id-alias * Apply suggestions from code review * regenerated
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
pytest~=4.6.7 # needed for python 2.7+3.4
|
|
pytest-cov>=2.8.1
|
|
pytest-randomly==1.2.3 # needed for python 2.7+3.4
|
|
mock; python_version<="2.7" |