smithy-rs/codegen-test
Russell Cohen a50c966ef2
change http checksums to be base64 encoded (#615)
* change http checksums to be base64 encoded

due to a misreading of the spec, the http checksums where hex encoded when they should actually be base64 encoded

* Update changelog
2021-07-28 15:29:02 +00:00
..
model change http checksums to be base64 encoded (#615) 2021-07-28 15:29:02 +00:00
.gitignore Productionize Integration Test Machinery (#15) 2020-11-03 18:44:38 -05:00
README.md Productionize Integration Test Machinery (#15) 2020-11-03 18:44:38 -05:00
build.gradle.kts Backfill message & parse without case sensitivity (#565) 2021-06-30 21:59:01 +00:00

README.md

Codegen Integration Test

This module defines an integration test of the code generation machinery. .build.gradle.kts will generate a smithy-build.json file as part of the build. The Smithy build plugin then invokes our codegen machinery and generates Rust crates.

The test task will run cargo check and cargo clippy to validate that the generated Rust compiles and is idiomatic.

Usage

../gradlew test