mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 02:52:42 +00:00
Python AIOHTTP server generator (#1470)
* Astract factory for generators based on connexion * Add aiohttp server generator * Fix flask tests * Normalize python-flask folder names
This commit is contained in:
10
samples/server/petstore/python-flask/tox.ini
Normal file
10
samples/server/petstore/python-flask/tox.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[tox]
|
||||
envlist = py3
|
||||
|
||||
[testenv]
|
||||
deps=-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
commands=
|
||||
nosetests \
|
||||
[]
|
||||
Reference in New Issue
Block a user