macro_rules! test_directory_parent_path {
($name:expr $(,)?) => { ... };
}
Expand description
test_directory_parent_path
returns the parent directory of the test file which calls it joined with the given “name” (creates the directory if necessary)