Suggest Test Cases
suggest_test_casesAnalyze a function's logic, branches, and type signatures to generate structured test case suggestions, helping you identify missing coverage and improve testing.
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. |