test_group

Attribute Macro test_group 

Source
#[test_group]
Expand description

Prefix a test name with a nextest filter group.

This renames test_some_behavior into test_some_behavior_<group>_, making it easy to filter tests by group postfixes in nextest.