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
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
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