Use fixtures to share setup that truly belongs in many tests while keeping each test readable on its own. Good candidates mention that readability still matters more than reducing every repeated line.
The strongest answers connect the feature to reasoning and tradeoffs instead of reciting syntax.