smithy-lang / smithy-rs

Code generation for the AWS SDK for Rust, as well as server and generic smithy client generation.
Apache License 2.0
508 stars 190 forks source link

Document overall test strategy for smithy-rs and the AWS Rust SDK #181

Open rcoh opened 3 years ago

rcoh commented 3 years ago

Will we run integration tests? How will they work? Can they be based on request/response recordings? What tests will be unit tests? What can be covered by protocol tests? What can be covered by integration tests?

Output of this story: A testing strategy doc.

rcoh commented 3 years ago
Velfi commented 2 years ago

We've decided on a testing strategy but we haven't documented it. Please document it to resolve this issue.