forked from loafle/openapi-generator-original
[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:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user