timps_unit_test_writer
Analyze source code to generate comprehensive test suites covering happy paths, edge cases, and error conditions. Returns a complete, runnable test file.
Instructions
Analyse source code and generate a comprehensive test suite: happy paths, edge cases, error conditions. Returns a complete test file ready to run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Programming language | python |
| framework | No | Test framework (auto-detected if omitted) | auto |
| source_code | Yes | The function or class source code to test |