Skip to main content

test_stem

Function test_stem 

Source
pub fn test_stem(path: &str) -> Option<&str>
Expand description

Extract stem from a test file path. test_user.py -> Some("user") user_test.py -> Some("user") Other files -> None