aws-cloudformation / cloudformation-cli-java-plugin

The CloudFormation Provider Development Toolkit Java Plugin allows you to autogenerate java code based on an input schema.
Apache License 2.0
30 stars 47 forks source link

Fully test code generated files #119

Open aygold92 opened 5 years ago

aygold92 commented 5 years ago

This is difficult to do since it would require generating values. One strategy would be to create a test suite which generates a project using a particular schema and run handwritten unit tests against that

aygold92 commented 4 years ago

We generate a bunch of code and have no idea whether it works or not. If we make changes to the code generated code, its very hard to test, we essentially need manual tests