Suggest Test Cases
suggest_test_casesGenerate targeted test case suggestions by analyzing a function's branches, logic, and type signatures to uncover missing test scenarios.
Instructions
Analyze a specific function and generate structured test case suggestions based on its logic, branches, and type signatures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to the source file containing the function. | |
| function_name | Yes | Name of the function to analyze. |