BMAD-METHOD/.claude/rules/python-llm-ml-workflow-curs.../comprehensive-unit-testing-...

5 lines
246 B
Plaintext

---
description: Aims for high test coverage using pytest, testing both common and edge cases.
globs: **/tests/*.py
---
- **Thorough Unit Testing:** Aim for high test coverage (90% or higher) using `pytest`. Test both common cases and edge cases.