-
- Downloads
Prevent test dependencies from leaking into production (#2264)
* Prevent test dependencies from leaking into production * refactor & fix tests * fix tests take two * fix more tests * Fix missed called to mergeDependencyFeatures * Add test * fix glacier compilation * fix more tests * fix one more test
Showing
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 1 addition, 2 deletions...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsRuntimeType.kt 1 addition, 2 deletions...n/kotlin/software/amazon/smithy/rustsdk/AwsRuntimeType.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/IntegrationTestDependencies.kt 6 additions, 4 deletions...ware/amazon/smithy/rustsdk/IntegrationTestDependencies.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/customize/glacier/TreeHashHeader.kt 8 additions, 4 deletions...amazon/smithy/rustsdk/customize/glacier/TreeHashHeader.kt
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/endpoints/OperationInputTestGenerator.kt 2 additions, 3 deletions...n/smithy/rustsdk/endpoints/OperationInputTestGenerator.kt
- aws/sdk-codegen/src/test/kotlin/software/amazon/smithy/rustsdk/EndpointsCredentialsTest.kt 3 additions, 5 deletions...oftware/amazon/smithy/rustsdk/EndpointsCredentialsTest.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/endpoint/generators/EndpointParamsGenerator.kt 1 addition, 2 deletions...ent/smithy/endpoint/generators/EndpointParamsGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/endpoint/generators/EndpointTestGenerator.kt 1 addition, 3 deletions...lient/smithy/endpoint/generators/EndpointTestGenerator.kt
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/generators/protocol/ProtocolTestGenerator.kt 3 additions, 9 deletions...lient/smithy/generators/protocol/ProtocolTestGenerator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/CargoDependency.kt 12 additions, 1 deletion...azon/smithy/rust/codegen/core/rustlang/CargoDependency.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt 37 additions, 4 deletions...re/amazon/smithy/rust/codegen/core/rustlang/RustModule.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/RustWriter.kt 44 additions, 10 deletions...re/amazon/smithy/rust/codegen/core/rustlang/RustWriter.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/CodegenDelegator.kt 34 additions, 9 deletions...mazon/smithy/rust/codegen/core/smithy/CodegenDelegator.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/RuntimeType.kt 44 additions, 15 deletions...are/amazon/smithy/rust/codegen/core/smithy/RuntimeType.kt
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/testutil/Rust.kt 55 additions, 3 deletions...software/amazon/smithy/rust/codegen/core/testutil/Rust.kt
- codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/rustlang/InlineDependencyTest.kt 7 additions, 4 deletions...smithy/rust/codegen/core/rustlang/InlineDependencyTest.kt
- codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/smithy/CodegenDelegatorTest.kt 18 additions, 3 deletions...n/smithy/rust/codegen/core/smithy/CodegenDelegatorTest.kt
- codegen-core/src/test/kotlin/software/amazon/smithy/rust/codegen/core/smithy/generators/InstantiatorTest.kt 2 additions, 1 deletion...y/rust/codegen/core/smithy/generators/InstantiatorTest.kt
- codegen-server/src/test/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerHttpSensitivityGeneratorTest.kt 11 additions, 9 deletions...r/smithy/generators/ServerHttpSensitivityGeneratorTest.kt
- codegen-server/src/test/kotlin/software/amazon/smithy/rust/codegen/server/smithy/generators/ServerInstantiatorTest.kt 33 additions, 30 deletions...odegen/server/smithy/generators/ServerInstantiatorTest.kt
Loading
Please register or sign in to comment