-
- Downloads
Python: Add tests and fix the issues with `Timestamp` and `ByteStream` (#2431)
* Add `timestamp` type test and fix the conversion error
* Add some tests for `ByteStream` and fix async issues
* Use `__anext__` method instead of `anext`
---------
Co-authored-by:
Matteo Bigoi <1781140+crisidev@users.noreply.github.com>
Showing
- codegen-core/src/main/kotlin/software/amazon/smithy/rust/codegen/core/smithy/protocols/serialize/JsonSerializerGenerator.kt 1 addition, 7 deletions...ore/smithy/protocols/serialize/JsonSerializerGenerator.kt
- codegen-server/python/build.gradle.kts 3 additions, 0 deletionscodegen-server/python/build.gradle.kts
- codegen-server/python/src/test/kotlin/software/amazon/smithy/rust/codegen/server/python/smithy/generators/PythonServerTypesTest.kt 91 additions, 0 deletions.../server/python/smithy/generators/PythonServerTypesTest.kt
- rust-runtime/aws-smithy-http-server-python/Cargo.toml 9 additions, 1 deletionrust-runtime/aws-smithy-http-server-python/Cargo.toml
- rust-runtime/aws-smithy-http-server-python/src/pytests/bytestream.rs 151 additions, 0 deletions...e/aws-smithy-http-server-python/src/pytests/bytestream.rs
- rust-runtime/aws-smithy-http-server-python/src/pytests/harness.rs 11 additions, 0 deletions...time/aws-smithy-http-server-python/src/pytests/harness.rs
- rust-runtime/aws-smithy-http-server-python/src/types.rs 40 additions, 42 deletionsrust-runtime/aws-smithy-http-server-python/src/types.rs
Loading
Please register or sign in to comment