Move on Sui Course
Testing
- You can test your smart contracts using Move on Sui.
- To test the code, you can use sui::test_scenerio module.
- To indicate that you are creating a test module, you need to put #[test_only] at the top of the module and for each test you need to write #[test] before the test function.
Test
Comments
You need to enroll in the course to be able to comment!