swagger-api / swagger-api/swagger-codegen
Fix test spec used for samples in bin scripts
@HugoMario is already working on this.
Since Aug 5, 2018.
- Dominant language
- Mustache
- Stars
- 17.8k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Currently test spec used for samples (e.g. https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml) both in master and 3.0.0 includes some wrong constructs (e.g. FormParam with wrong consumes, etc).
This must be fixed both in master and 3.0.0 (see in master initial effort used for jaxrs servers https://github.com/swagger-api/swagger-codegen/blob/master/modules/swagger-codegen/src/test/resources/2_0/petstore-for-samples-servers.yaml)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.