[BUG][CLI][GENERATOR] NullPointer when not setting outputDir (updated) (#3752)

* Fixes NPE when no outputDir is set

* Fix behaviors of default values for values not provided by user

* Easier handling of default behavior in settings.

* Fixes for dynamic config deserialization (specifically, ruby client sample fix)

* Tests for WorkflowSettings (defaults, modified defaults, nulls)

* Test modification of WorkflowSettings defaults for both class constructor and builder
This commit is contained in:
Jim Schubert
2019-08-25 19:19:52 -04:00
committed by GitHub
parent 136c1407ac
commit ee7c8a82e8
76 changed files with 583 additions and 230 deletions

View File

@@ -31,7 +31,7 @@ setup(
url="",
keywords=["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"],
install_requires=REQUIRES,
packages=find_packages(),
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
long_description="""\
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501