# 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 ___SINGLE_BACKTICK___testing-best-practices___SINGLE_BACKTICK___ skill before writing tests.