forked from loafle/openapi-generator-original
* Dynamic server support * regenerated * Apply suggestions from code review Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com> * regenerated * Add ParameterizedServer feature to Python experimental * Fix lookup of server variables * Add tests and change default value for servers * Fix server variables * Return base path when index is None * Use HOST * Apply suggestions from code review * Apply suggestions from code review * regenerated * Add specific tests for dynamic servers * regenerated * add docstring * regenerated * Fix wrong merge resolution Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com>
10 lines
157 B
INI
10 lines
157 B
INI
[tox]
|
|
envlist = py27, py3
|
|
|
|
[testenv]
|
|
deps=-r{toxinidir}/requirements.txt
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
commands=
|
|
pytest --cov=dynamic_servers
|