Skip to main content

fixture_path

Function fixture_path 

Source
pub fn fixture_path(manifest_dir: &str, relative: &str) -> PathBuf
Expand description

Resolve a fixture path relative to the calling crate’s CARGO_MANIFEST_DIR.

Typically used as: fixture_path(env!("CARGO_MANIFEST_DIR"), "tests/fixtures/my_spec.json")