record_test_run
Run a Python test suite and save the results to the database to build training data for test history analysis and risk prediction.
Instructions
Execute the test suite once and persist the results to the database.
This is the explicit, distinct step that builds up the training data other tools (get_test_history, train_risk_model) rely on — it never runs implicitly as a side effect of another tool, so it's always clear when history is being written versus just read or analysed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes | Absolute path to the Python repository to run. Must resolve to a location under one of this server's allowed repo roots. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||