test-fixture-generator
Installation
SKILL.md
Test Fixture Generator
Generate test fixtures matching schema specifications with automatic edge case injection.
Core Generator
def generate_fixtures(
schema: dict,
count: int = 100,
edge_cases: bool = True
) -> pd.DataFrame:
"""Generate test data matching schema."""
data = {}