mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
3959530465
* 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
7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/bin/sh
|
|
|
|
./bin/python-server-aiohttp-petstore.sh
|
|
./bin/python-server-flask-petstore.sh
|
|
./bin/python-server-flask-petstore-python2.sh
|
|
./bin/python-server-blueplanet-petstore.sh
|