Module test_runner

Module test_runner 

Source
Expand description

Test runner for executing tests and parsing results

Provides test framework detection, test execution, and result parsing. Supports Rust (cargo test), TypeScript (npm test), and Python (pytest).

Structsยง

TestRunner
Test runner for executing tests with framework detection