pub fn fix_module_path(path: &str) -> &str
Transform a string representing a qualified path as generated via module_path!() into a qualified path as expected by the standard Rust test harness.
module_path!()