run_tests
Execute pytest or npm test suites to verify project code changes and catch failures early. Provide a project path with optional scope and extra arguments.
Instructions
Run tests in project (pytest for Python, npm test for Node).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | ||
| extra_args | No | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |