synor/sdk
Gulshan Yadav e2a3b66123 test(sdk): add comprehensive unit tests for all SDKs
Adds unit tests covering tensor operations, type enums, client
functionality, and serialization for all 12 SDK implementations:

- JavaScript (Vitest): tensor, types, client tests
- Python (pytest): tensor, types, client tests
- Go: standard library tests with httptest
- Flutter (flutter_test): tensor, types tests
- Java (JUnit 5): tensor, types tests
- Rust: embedded module tests
- Ruby (minitest): tensor, types tests
- C# (xUnit): tensor, types tests

Tests cover:
- Tensor creation (zeros, ones, random, randn, eye, arange, linspace)
- Tensor operations (reshape, transpose, indexing)
- Reductions (sum, mean, std, min, max)
- Activations (relu, sigmoid, softmax)
- Serialization/deserialization
- Type enums and configuration
- Client request building
- Error handling
2026-01-11 17:56:11 +05:30
..
c feat(sdk): add consumer SDKs for Java, Kotlin, Swift, C, C++, C#, Ruby, and Rust 2026-01-11 17:46:22 +05:30
cpp feat(sdk): add consumer SDKs for Java, Kotlin, Swift, C, C++, C#, Ruby, and Rust 2026-01-11 17:46:22 +05:30
csharp test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
flutter test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
go test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
java test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
js test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
kotlin feat(sdk): add consumer SDKs for Java, Kotlin, Swift, C, C++, C#, Ruby, and Rust 2026-01-11 17:46:22 +05:30
python test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
ruby test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
rust test(sdk): add comprehensive unit tests for all SDKs 2026-01-11 17:56:11 +05:30
swift feat(sdk): add consumer SDKs for Java, Kotlin, Swift, C, C++, C#, Ruby, and Rust 2026-01-11 17:46:22 +05:30