Pytest Adapter Integration Testing

Testing adapters and gateways: when to use unit test mocks vs testcontainers, mocking HTTP responses (aioresponses, responses), mocking Kafka messages, mocking ClickHouse responses, testing error paths and edge cases. Use when: Testing gateways and adapters, testing external service integrations, deciding between mocks and real containers, testing error handling in adapters, integration testing with real services.

dawiddutoit Updated

File contents

dawiddutoit/custom-claude/tree/main/skills/pytest-adapter-integration-testing commit 17d2db6ff7

Frequently asked questions

npx skillmds@latest add dawiddutoit/pytest-adapter-integration-testing