# x-test-generator > Generates comprehensive test suites including unit tests, integration tests, edge cases, and mock data. Adapts to project testing frameworks (Jest, Pytest, JUnit, RSpec, Go). Use when creating tests for new functionality, improving test coverage, or generating test fixtures. - Author: Konfuzian - Repository: Konfuzian/claude-code-features-showcase - Version: 20251109193046 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/Konfuzian/claude-code-features-showcase - Web: https://mule.run/skillshub/@@Konfuzian/claude-code-features-showcase~x-test-generator:20251109193046 --- --- name: x-test-generator description: Generates comprehensive test suites including unit tests, integration tests, edge cases, and mock data. Adapts to project testing frameworks (Jest, Pytest, JUnit, RSpec, Go). Use when creating tests for new functionality, improving test coverage, or generating test fixtures. --- # Test Generator Skill Automatically generates comprehensive test suites for code. ## Capabilities - Creates unit tests for functions and classes - Generates integration tests for modules - Provides edge case coverage - Creates mock data and fixtures - Follows testing best practices ## Test Patterns ### Unit Tests - Test each function in isolation - Cover happy path and edge cases - Test error handling - Use descriptive test names ### Integration Tests - Test component interactions - Verify data flow - Test error propagation ## Supported Frameworks Adapts to the project's testing framework: - Jest (JavaScript/TypeScript) - Pytest (Python) - JUnit (Java) - RSpec (Ruby) - Go testing package