pub async fn run_conformance(target: ProviderTarget) -> ConformanceReportExpand description
Run the full conformance suite against a provider, returning a typed report. Never panics: every failure mode becomes a failing check with evidence.
pub async fn run_conformance(target: ProviderTarget) -> ConformanceReportRun the full conformance suite against a provider, returning a typed report. Never panics: every failure mode becomes a failing check with evidence.