[Python] Fix #5126 operations with req enums of length one (#5129)

* Updates ap.mustache for python-experimental, adds test test_test_endpoint_enums_length_one

* Removes sortParamsByRequiredFlag from python-experimental

* Removes duplicate params from docstring
This commit is contained in:
Justin Black
2020-01-29 10:10:41 -08:00
committed by GitHub
parent 3922607858
commit a51d02ac61
17 changed files with 2691 additions and 2011 deletions

View File

@@ -12,7 +12,6 @@ sidebar_label: python-experimental
|packageUrl|python package URL.| |null|
|packageVersion|python package version.| |1.0.0|
|projectName|python project name in setup.py (e.g. petstore-api).| |null|
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|useNose|use the nose test framework| |false|
## IMPORT MAPPING