Integration Test Generator

Generate integration tests for multiple interacting components in Python. Use when testing interactions between: (1) Multiple services or APIs (REST/GraphQL endpoints, microservices), (2) Database operations with repositories/ORMs (SQLAlchemy, Django ORM), (3) External services (payment gateways, email services, third-party APIs), (4) Message queues and event-driven systems, (5) Full stack workflows (API + database + business logic). Provides test structure templates, fixtures, test data builders, and patterns for pytest-based integration testing.

ArabelaTso Updated

File contents

ArabelaTso/Skills-4-SE/tree/main/skills/integration-test-generator commit 4bed60c908

Frequently asked questions

npx skillmds@latest add arabelatso/integration-test-generator