Macro path_to_test_file

Source
macro_rules! path_to_test_file {
    ($name:expr $(,)?) => { ... };
}
Expand description

path_to_test_file returns the path to an empty file within the same dir as the calling test file, creates parent directories if necessary and deletes the file if exists