python-testing-heavyweight
Installation
SKILL.md
Python Testing (Heavyweight)
Overview
Same philosophy as lightweight testing, but with real infrastructure instead of monkey-patching. Containers, mock servers, custom mock binaries.
When to Use
- Project has external API dependencies
- Features depend on system services (DBus, specific binaries)
- Integration failures are costly to debug
- Lightweight testing can't cover the critical paths