1 2 3 4 5
use std::path::PathBuf; pub fn fixture_path(name: &str) -> PathBuf { PathBuf::from(format!("tests/fixtures/{name}")) }