帖子
分享您的知识。
doodee105
Mar 23, 2025
专家问答
Is the test_scenario module deprecated in SUI?
I think the 'test_scenario' module is missing in the SUI framework. Is it being deprecated, or is there another reason? Also, what is the testing approach now?
- Move CLI
1
1
分享
评论
答案
1elfDani139
Mar 24 2025, 04:01不,'test_scenario'模块没有被弃用. 它仍然是测试框架的重要组成部分. 该模块专为测试目的而设计,位于:https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/packages/sui-framework/sources/test/test_scenario.move. 它被标记为 # [test_only],这意味着它专门用于测试,不会出现在主网状态中.
1
评论
你知道答案吗?
请登录并分享。
Move is an executable bytecode language used to implement custom transactions and smart contracts.
148帖子231答案