# Test Enforcement - Test every code change by adding or updating a test. - Run the affected tests and ensure they pass. - Test the changed behavior and its important failure modes, but do not add tests beyond them. - Read the `testing-best-practices` skill before writing tests.