Sign In / Up
  • 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.

Quiz

Answer the questions to check your understanding.

This lesson includes a short quiz.

Lesson discussion

Swap insights and ask questions about “Learn everything about Move on Sui”.

Be the first to start the discussion

Ask a question or share your thoughts about this lesson.