pub fn find_target<'a>( tests: &'a [TestRegistration], target: &str, ) -> Option<&'a TestRegistration>