mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-14 00:13:50 +00:00
* [python] fix #19255 add async httpx support * update docs * 1. "async" parameter for templates 2. hand written tests for python-httpx 3. CI workflow updated * fix mypy
10 lines
148 B
INI
10 lines
148 B
INI
[tox]
|
|
envlist = py3
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
pytest --cov=petstore_api
|