agy_generate_tests
Generate automated unit and integration tests for a specified source file, using the chosen test framework to match your project's setup.
Instructions
Generate automated unit/integration tests for the specified source file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| filePath | Yes | Path to the source file to generate tests for | |
| testFramework | No | Preferred test framework (e.g. jest, mocha, pytest) |