BMAD-METHOD/.claude/rules/python-312-fastapi-best-pra.../unit-testing-requirement.mdc

5 lines
228 B
Plaintext

---
description: Enforces the implementation of unit tests to guarantee code reliability and maintainability, especially within the 'tests' directory.
globs: **/tests/**/*.*
---
- Implement unit tests to ensure code reliability.