Beitrag
Teile dein Wissen.
doodee105
Mar 23, 2025
Experten Q&A
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
Teilen
Kommentare
Antworten
1elfDani139
Mar 24 2025, 04:01Nein, das Modul 'test_scenario' ist nicht veraltet. Es bleibt ein wichtiger Bestandteil des Testframeworks. Das Modul wurde für Testzwecke entwickelt und befindet sich unter: https://github.com/MystenLabs/sui/blob/main/crates/sui-framework/packages/sui-framework/sources/test/test_scenario.move. Es ist als # [test_only] gekennzeichnet, was bedeutet, dass es ausschließlich für Tests verwendet wird und nicht im Mainnet-Status erscheint.
1
Kommentare
Weißt du die Antwort?
Bitte melde dich an und teile sie.