Skip to main content

test_runner_for_profile

Function test_runner_for_profile 

Source
pub fn test_runner_for_profile(
    profile: VerifierProfile,
    working_dir: PathBuf,
) -> Box<dyn TestRunnerTrait>
Expand description

PSP-5 Phase 4: Create a runner from a verifier profile.

For Rust and Python, this returns the specialised runner (which has detailed output parsing). For anything else it returns a generic PluginVerifierRunner that executes whatever commands the profile declares.