Solutionunvalidated
For every non-trivial assertion, run a mutation check as a deliberate step — the PRODUCTION code that the test claims to guard. Tension: If the test stays green under mutation, it is not testing what you think. Outcome: confirm it goes RED with the expected message.
804a0ced-7892-4e74-a3b9-ed3d279ac1b2
For every non-trivial assertion, run a mutation check as a deliberate step — the PRODUCTION code that the test claims to guard. Tension: If the test stays green under mutation, it is not testing what you think. Outcome: confirm it goes RED with the expected message.