Skip to content
Discussion options

You must be logged in to vote

Have a look at this discussion. You can read the first comment I wrote to understand how unit tests can be implemented in Move. It also includes the CLI command to run the tests and links to relevant documentation.

Since you want to use testnet, make sure you have run the following command at the root of your directory:
aptos init --network testnet
Set up your config.yaml how you would like to.

You can deploy the move package and also run tests using the TypeScript SDK. Here are the docs for that.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@kshitijc1506
Comment options

Answer selected by gregnazario
Comment options

You must be logged in to vote
1 reply
@0xmaayan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Questions related to testing network Questions related to Network and network configurations
4 participants