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

Core Idea

Installs
1
First Seen
Mar 8, 2026
python-testing-heavyweight — quick-brown-foxxx/coding_rules_python