Module Test Isolation

Document the discipline of isolating module-level mutable state in tests. Use when adding tests that touch global registries, singletons, or class attributes. Prevents test pollution that surfaces only in combined pytest sessions.

zaxbyhub c01fc5a 3.9 KB Updated

File contents

zaxbyhub/ragappv3/tree/main/.agents/skills/module-test-isolation commit c01fc5a4e0

Frequently asked questions

npx skillmds@latest add zaxbyhub/module-test-isolation