You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust SDK test suite is complete and merged (though will likely be extended in the future in response to new features or discovering bugs). We now need to port the tests to the C#, Python and TypeScript SDKs.
Original design doc:
write test suites for all the different SDKs
have minimum checklist for things that should be tested
shared modules for test suites across all SDKs
potentially comment out parts of them or have some other “expected failure” infra to support differences in SDK functionality
e.g. C# does not support enums with payloads, so will need to avoid that test
test flow
create project with module and client
deploy module
run generate
build sdk
run test
to test
subscribing, resubscribing
calling reducer and getting response
failing reducer and getting notified
auth flow, both getting new tokens and re-auth with existing tokens
express all (many?) types and generate bindings for them
Rust SDK test suite is complete and merged (though will likely be extended in the future in response to new features or discovering bugs). We now need to port the tests to the C#, Python and TypeScript SDKs.
Original design doc:
test flow
to test
generatebindings for themwrite test harness in rust
--describe <test>
flagThe text was updated successfully, but these errors were encountered: