pub fn test_with_tags<F>(name: &'static str, tags: Vec<&'static str>, f: F)where F: FnMut(&mut TestContext) -> TestResult + Send + 'static,