Test Isolation

Make tests order-independent by resetting state, banning shared globals, and giving each worker its own resources. Use when tests pass in one order but fail when reordered, sharded, or run in parallel.

Amey-Thakur 40f7929 2.8 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/testing/test-isolation commit 40f79292fc

Frequently asked questions

npx skillmds@latest add amey-thakur/test-isolation