pub fn validate_cli_cases(
workspace_root: &Path,
) -> Result<usize, CorpusValidationError>Expand description
Validate every pproxy_cli_cases/*.toml fixture has the required schema.
Returns the number of fixtures validated on success.
pub fn validate_cli_cases(
workspace_root: &Path,
) -> Result<usize, CorpusValidationError>Validate every pproxy_cli_cases/*.toml fixture has the required schema.
Returns the number of fixtures validated on success.