OpenAPITools/openapi-generator
在 GitHub 查看[Clojure] Add more complex spec tests to run the generator on
Open
#743 建立於 2018年8月6日
Client: ClojureEnhancement: CI/TestHacktoberfesthelp wanted
倉庫指標
- Star
- (26,243 star)
- PR 合併指標
- (平均合併 9天 1小時) (30 天內合併 123 個 PR)
描述
Description
As we figured out in #122, the current Petstore spec is not enough to test all the edge cases of the generator.
Suggest a fix/enhancement
As @wing328 suggested in https://github.com/OpenAPITools/openapi-generator/pull/122#issuecomment-403228826, we should start testing on the fake petstore spec.
Rough list of things to do for this issue:
- add a line to
bin/clojure-petstore.shto test against that new spec - add Clojure tests in
samples/client/fake-petstore/clojure/test/