coeus_generate_tests
Generate test files or test code from supplied source, targeting a specific coverage goal. Specify language, framework, and optional existing tests to produce executable tests that validate functionality.
Instructions
Generate test files or test code for supplied source
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Code | |
| model | No | Model | |
| language | No | Language | |
| execute_tests | No | Execute tests | |
| output_format | No | Output format | |
| existing_tests | No | Existing tests | |
| test_framework | No | Test framework | |
| coverage_target | No | Coverage target |