mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-14 05:30:51 +00:00
* Switches python generators to use pytest, useNose CLI option added if to allow nose to be used instead * Adds ensure-up-to-date changes * Adds setup.cfg to python clients so we can configure nose when useNose=true * Adds fix for python-aiohttp testing, adds files missing from ensure-up-to-date
4 lines
111 B
Plaintext
4 lines
111 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
|