cyberark / conjur-openapi-spec

OpenAPI v3 specification for Conjur / DAP v10+
https://conjur.org
Apache License 2.0
11 stars 2 forks source link

There are automated tests for the generated Ruby client #49

Open izgeri opened 3 years ago

izgeri commented 3 years ago

The project has integration tests for the generated Ruby client using the currently implemented API endpoints.

AC:

john-odonnell commented 3 years ago

@izgeri Picked this up to work on while my API testing plan is reviewed. The OpenAPI generator tool does not generate test method stubs for all languages they support, Ruby being one of them, so these will have to be cooked up from scratch.

izgeri commented 3 years ago

ok - I wonder whether @BradleyBoutcher and @telday think this is worth picking up

telday commented 3 years ago

@john-odonnell The generator actually does generate test method stubs for Ruby. They are in the spec directory because they use Ruby's spec suite for testing