pub(crate) fn make_test_name_and_filterable_path(
config: &Config,
testpaths: &TestPaths,
variant: &TestVariant,
) -> (String, Utf8PathBuf)Expand description
Creates a name for this test/revision that can be handed over to the executor.
pub(crate) fn make_test_name_and_filterable_path(
config: &Config,
testpaths: &TestPaths,
variant: &TestVariant,
) -> (String, Utf8PathBuf)Creates a name for this test/revision that can be handed over to the executor.