Skip to main content

run_test_suite

Function run_test_suite 

Source
pub fn run_test_suite(skill_dir: &Path) -> Result<TestSuiteResult>
Expand description

Run a test suite for a skill directory.

Reads tests.yml from the skill directory and runs each query through the probe infrastructure, comparing results against expectations.

ยงErrors

Returns an error if tests.yml cannot be found or parsed, or if the skill directory is invalid.