write_tests
Generate high-coverage unit or integration tests for provided code. Choose framework and AI model to ensure reliable validation.
Instructions
Generate high-coverage unit or integration tests for the provided code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Target code for test generation | |
| model | No | Model to use (default: deepseek-chat) | |
| provider | No | AI Provider | |
| framework | No | Test framework (e.g. Jest, Vitest, JUnit, xUnit, PyTest) |