You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This updates the way protocol tests are generated. Instead of always
generating http protocol tests, it now relies on protocols to
initiate test generation. This is important for non-http protocols.
It's also important for being able to customize the generation for
http protocols.
There is an unfortunate implication - a test file will always be
generated now. This shouldn't *really* matter since that won't be
part of the uploaded artifacts anyway.
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/HttpProtocolTestGenerator.java
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/integration/ProtocolGenerator.java
0 commit comments