[Python] Add echo_api test object serialization for multipart requests (#18176)

* [python] echo add test object serialization for multipart requests

* [echo api] update samples

* [echo api] update samples
This commit is contained in:
ふぁ
2024-03-23 22:40:10 +09:00
committed by GitHub
parent 420e49f258
commit 5e9546451c
137 changed files with 7427 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
#
# Echo Server API
# Echo Server API
# Version: 0.1.0
# Contact: team@openapitools.org
# Generated by OpenAPI Generator: https://openapi-generator.tech
#
Describe -tag 'PSOpenAPITools' -name 'TestFormObjectMultipartRequestMarker' {
Context 'TestFormObjectMultipartRequestMarker' {
It 'Initialize-TestFormObjectMultipartRequestMarker' {
# a simple test to create an object
#$NewObject = Initialize-TestFormObjectMultipartRequestMarker -Name "TEST_VALUE"
#$NewObject | Should -BeOfType TestFormObjectMultipartRequestMarker
#$NewObject.property | Should -Be 0
}
}
}