codegen-server-test/model/misc.smithy
0 → 120000
+1
−0
codegen-test/model/misc.smithy
0 → 100644
+38
−0
+1
−1
Loading
This commit adds another suite of protocol tests to test miscellaneous aspects of code generation where protocol selection should not be relevant. The first test is code-generating an operation with a nested required shape, minimally reproducing the bug that was fixed in 75056c, so that we don't regress on it. I've added it to both the `codegen-test` and `codegen-server-test` subprojects, even though the bug only affected the server, in part to also incentivize us into adding more tests to this Smithy model for both clients and servers.