Skip to main content

is_skipped

Function is_skipped 

Source
pub fn is_skipped(fixture: &Fixture, language: &str) -> bool
Expand description

Whether a fixture is skipped for the given language.

Pulled into the shared driver layer so individual renderers don’t reimplement.