mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-03-10 15:51:38 +00:00
(fix #9673) This change introduces a flag to have tests generated under the pythonSrcRoot directory if it's specified. (#9674)
This change also introduces AssertJ as a new dependency.
This commit is contained in:
@@ -22,6 +22,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
|
||||
|sortModelPropertiesByRequiredFlag|Sort model properties to place required parameters before optional parameters.| |true|
|
||||
|sortParamsByRequiredFlag|Sort method arguments to place required parameters before optional parameters.| |true|
|
||||
|supportPython2|support python2. This option has been deprecated and will be removed in the 5.x release.| |false|
|
||||
|testsUsePythonSrcRoot|generates test under the pythonSrcRoot folder.| |false|
|
||||
|useNose|use the nose test framework| |false|
|
||||
|usePythonSrcRootInImports|include pythonSrcRoot in import namespaces.| |false|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user