[python] Add test for nullable property with pattern (#15625)

* add test for nullable property with pattern

* update samples
This commit is contained in:
William Cheng
2023-05-24 15:13:53 +08:00
committed by GitHub
parent 5b5cb1f7e0
commit 48ef91acc4
16 changed files with 386 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ docs/Model200Response.md
docs/ModelReturn.md
docs/Name.md
docs/NullableClass.md
docs/NullableProperty.md
docs/NumberOnly.md
docs/ObjectWithDeprecatedFields.md
docs/OneOfEnumString.md
@@ -139,6 +140,7 @@ petstore_api/models/model200_response.py
petstore_api/models/model_return.py
petstore_api/models/name.py
petstore_api/models/nullable_class.py
petstore_api/models/nullable_property.py
petstore_api/models/number_only.py
petstore_api/models/object_with_deprecated_fields.py
petstore_api/models/one_of_enum_string.py