sui_proc_macros

Attribute Macro sui_test

Source
#[sui_test]
Expand description

The sui_test macro will invoke either #[msim::test] or #[tokio::test], depending on whether the simulator config var is enabled.

This should be used for tests that can meaningfully run in either environment.