Skip to main content

case_fixture_path

Function case_fixture_path 

Source
pub fn case_fixture_path(
    fixtures_dir: &Path,
    name: &str,
) -> Result<PathBuf, CaseError>
Expand description

Look up the on-disk path for a known case name. Returns Err(Unknown) when the name is not in KNOWN_CASES.