OpenAPITools/openapi-generator

[Clojure] Add more complex spec tests to run the generator on

Open

#743 geöffnet am 6. Aug. 2018

Auf GitHub ansehen
 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (7.516 Forks)batch import
Client: ClojureEnhancement: CI/TestHacktoberfesthelp wanted

Repository-Metriken

Stars
 (26.243 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 9T 1h) (123 gemergte PRs in 30 T)

Beschreibung

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.sh to test against that new spec
  • add Clojure tests in samples/client/fake-petstore/clojure/test/

Contributor Guide