aws-beam / aws-codegen

Code generator for AWS clients in Erlang and Elixir.
Other
53 stars 49 forks source link

Generation tests #42

Closed jfacorro closed 3 years ago

jfacorro commented 4 years ago

There is currently no test that verifies that the application can successfully generate code.

Adding a test that fetches the aws-go-sdk repository and generates both Erlang and Elixir code by running mix run generate.exs ... is the baseline. Anything more than that would be nice to have.