pyopenapi / pyswagger

An OpenAPI (fka Swagger) client & converter in python, which is type-safe, dynamic, spec-compliant.
MIT License
385 stars 89 forks source link

upload list of files #79

Closed mission-liao closed 8 years ago

mission-liao commented 8 years ago

After reading this PR: https://github.com/swagger-api/swagger-codegen/pull/2046, I realize that I didn't include this part as unittest of this project.

Need to add test case for this behavior and make sure it works.

mission-liao commented 8 years ago

After running a parameter which is an array of files, pyswagger didn't work in that case. The latest build should contain fixes and corresponding test cases.