Skip to main content

detect_removed_tests

Function detect_removed_tests 

Source
pub fn detect_removed_tests(base: &str, head: &str) -> Vec<String>
Expand description

Detect net-removed tests: a it( / test( / describe( callsite count that dropped between base and head (a test deleted).