[][src]Attribute Macro per_test_directory_macros::per_test_dir

#[per_test_dir]

use a seperate directory under test_runs/ per test function

The directory is named module_name.function_name. If no panic! during the test occurs, the test_runs/module_name.function_name directory is removed.