-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve mocking logic for Hedera SDK to ensure unit-integration tests #214
Labels
enhancement
New feature or request
Comments
2 tasks
michielmulders
added a commit
that referenced
this issue
Feb 2, 2024
…#215 (#217) * Add topic create and private topics Signed-off-by: Michiel Mulders <[email protected]> * Add demo script for topic create Signed-off-by: Michiel Mulders <[email protected]> * Add topic submit feature Signed-off-by: Michiel Mulders <[email protected]> * Add message retrieve feature Signed-off-by: Michiel Mulders <[email protected]> * Add docs for topic features Signed-off-by: Michiel Mulders <[email protected]> * Update clear command to clear topics Signed-off-by: Michiel Mulders <[email protected]> * Update download state and clear state commands to handle topics Signed-off-by: Michiel Mulders <[email protected]> * Add dummy test for topic Signed-off-by: Michiel Mulders <[email protected]> * Update state clear for topics and add single-test command in package.json Signed-off-by: Michiel Mulders <[email protected]> * Add e2e tests for topics Signed-off-by: Michiel Mulders <[email protected]> * Update husky hook for pre-push Signed-off-by: Michiel Mulders <[email protected]> * Update husky hook for pre-push Signed-off-by: Michiel Mulders <[email protected]> * Linting changes Signed-off-by: Michiel Mulders <[email protected]> * Add filter options and tests Signed-off-by: Michiel Mulders <[email protected]> * Add e2e test for filters Signed-off-by: Michiel Mulders <[email protected]> * Update mock for account create test Signed-off-by: Michiel Mulders <[email protected]> * Update mock for token create test Signed-off-by: Michiel Mulders <[email protected]> * Add token associate test Signed-off-by: Michiel Mulders <[email protected]> * Add token transfer test Signed-off-by: Michiel Mulders <[email protected]> * Update state.json Signed-off-by: Michiel Mulders <[email protected]> * Fix balance test with mock state Signed-off-by: Michiel Mulders <[email protected]> * update base state Signed-off-by: Michiel Mulders <[email protected]> --------- Signed-off-by: Michiel Mulders <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: Currently, some tests don't have mocks for Hedera SDK functionality. Therefore, it's recommended to convert all tests to the mocking logic used for topics to ensure test consistency.
The text was updated successfully, but these errors were encountered: