atlas_test
Generate unit, integration, and edge-case tests with mocking suggestions for Jest, Vitest, Pytest, or Mocha. Provide your code and select a test type to get comprehensive test cases.
Instructions
Generate comprehensive test cases for code. Supports Jest, Vitest, Pytest, Mocha. Includes unit tests, integration tests, edge cases, and mocking suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The code to generate tests for | |
| context | No | Additional context about the code | |
| language | No | Programming language | |
| testType | No | Type of test to generate (default: unit) | |
| framework | No | Test framework to use (default: auto-detect) | |
| functionName | No | Specific function to test |