Skip to main content

test_mode

Function test_mode 

Source
pub const fn test_mode() -> ModeId
Expand description

Standard test mode ID for unit tests.

Returns ModeId::new(ModuleId::new("test"), "normal"). Use this instead of defining fn test_mode() locally in test modules.