generate_unit_tests
Generate unit tests that match a proposed code fix. Provide the repository, test file path, test framework, and test code to create aligned tests.
Instructions
Generate matching unit tests for the proposed code fix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Target repository in "owner/repo" format | |
| testCode | Yes | Generated unit test code | |
| testFilePath | Yes | File path for the test file (e.g. "tests/parser.test.ts") | |
| testFramework | Yes | Detected test framework (e.g. "Jest", "PyTest") |