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
In order to test CLI flow that interact with a user's wallet, we need some test utilities for creating a "test" wallet, starting a node with that wallet's accounts funded, and overriding the behavior of default_wallet_path to point to the test wallet when it's called from a test context, so as not to interfere with the user's wallet.
This will unlock the ability to write comprehensive end-to-end tests for forc-client.
The text was updated successfully, but these errors were encountered:
In order to test CLI flow that interact with a user's wallet, we need some test utilities for creating a "test" wallet, starting a node with that wallet's accounts funded, and overriding the behavior of
default_wallet_path
to point to the test wallet when it's called from a test context, so as not to interfere with the user's wallet.This will unlock the ability to write comprehensive end-to-end tests for forc-client.
The text was updated successfully, but these errors were encountered: