Implementations of Smithy's HTTP Protocol Compliance Tests? #2875
-
|
Hello! I'm a researcher, writing a paper about techniques for testing that code in several languages all conforms to the same spec. I stumbled on Smithy's HTTP Protocol Compliance Tests and they seem like a great example of the techniques I'm researching. A few questions, to make sure I'm understanding correctly:
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's right. We've also bounced around the idea of having a shared test runner that would only require a minimal integration in the target language.
All of the implementations in If you have any other questions, we'd be happy to meet with you to discuss! |
Beta Was this translation helpful? Give feedback.
That's right. We've also bounced around the idea of having a shared test runner that would only require a minimal integration in the target language.
All of the implementations in
smithy-langhave one (typescript, java, go, rust, ruby, kotlin, swift, dafny, python) and I believe smithy4s (scala) also has one. We additionally convert them to a format consumable by the AWS SDKs that have not yet migrated to Smithy-based code generators.If you have any other questio…