test-generation
Installation
SKILL.md
Test Generation
Generate comprehensive tests for code.
Capabilities
- Generate unit tests for functions and classes
- Create integration tests for APIs and services
- Build test fixtures and mocks
- Cover edge cases and error conditions
Test Structure
import pytest
class TestClassName:
"""Tests for ClassName."""