hashgraph / hedera-sdk-rust

The Hedera™ Rust SDK
Apache License 2.0
37 stars 12 forks source link

Add tests #484

Open SimiHunjan opened 1 year ago

SimiHunjan commented 1 year ago

Problem

We need to verify we have met all the testing requirements before we release a v1.0.0.

Solution

Unit Tests

Reference: https://github.com/hashgraph/hedera-sdk-java/tree/develop/sdk/src/test/java/com/hedera/hashgraph/sdk

E2E Tests

Reference: E2E Tests

Accounts

Smart Contracts

Files

Tokens

Topics

Schedules

Transactions

Other

Alternatives

No response

JeromeTHA commented 1 year ago

Hey @SimiHunjan We're happy to contribute these tests from the Association. You can expect a draft PR by next week, keep your eyes open ;)

KR Jerome