run_tests
Run pytest against a specified test path and get a concise summary of results.
Instructions
在專案內執行 pytest 並回傳結果摘要。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | 要測的路徑,預設整個 tests/ | tests |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |