Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 498 Bytes

File metadata and controls

21 lines (13 loc) · 498 Bytes

Testing

Test Scope

  • Add tests for new behavior and bug fixes
  • Update tests when requirements or flows change

Test Quality

  • Keep tests deterministic and independent
  • Prefer clear setup and assertions over complex test logic

Coverage Priority

  • Prioritize critical business flows and failure paths
  • Cover edge cases where regressions are likely

Verification

  • Run relevant tests before opening or merging changes
  • Include verification notes in PR descriptions when useful