smithy-rs/codegen-server-test
Russell Cohen a95b8b311b
Disable formatter (#3417)
## Motivation and Context
running codegen tests produces a diff you need to ignore

## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [ ] I have updated `CHANGELOG.next.toml` if I made changes to the
smithy-rs codegen or runtime crates
- [ ] I have updated `CHANGELOG.next.toml` if I made changes to the AWS
SDK, generated SDK code, or SDK runtime crates

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-02-19 15:23:11 -05:00
..
python Fix task dependency (#3420) 2024-02-16 12:42:59 -08:00
typescript Fix task dependency (#3420) 2024-02-16 12:42:59 -08:00
.gitignore [POC] Basic server type serde for RestJson1 (#737) 2021-10-05 13:05:00 -04:00
README.md Establish the `codegen-core` module (#1697) 2022-09-07 09:31:46 -07:00
build.gradle.kts Disable formatter (#3417) 2024-02-19 15:23:11 -05:00

README.md

Server Codegen Integration Tests

Refer to ../codegen-client-test/README.md for documentation on how to use this module. This module is analogous to the codegen-client-test one, but it's named codegen-server-test and it runs the rust-server-codegen Smithy build plugin instead.