Skip to main content

GLOBAL_TEST_GROUP

Constant GLOBAL_TEST_GROUP 

Source
pub const GLOBAL_TEST_GROUP: &str = "@global";
Expand description

The string "@global", representing the implicit global test group.

All tests belong to @global unless assigned to a custom group by a per-test override.