get_testability_metrics
Analyzes Python repositories to report test-to-code ratio, match test files to source modules, count assertions per test, and identify untested source files without prior indexing.
Instructions
Analyze testability metrics for a Python repository. Reports test-to-code ratio, matches test files to source modules, counts assertions per test, and identifies untested source files.
No prior indexing required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Path to the repository |