Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 234 Bytes

File metadata and controls

6 lines (4 loc) · 234 Bytes

CLAUDE.md

Testing Guidelines

  • Write test cases only for public functions whenever possible.
  • Only add test cases for related private functions if a branch cannot be covered by the test cases for the public functions.