BMAD-METHOD/.claude/rules/python-github-setup-cursorr.../python-testing.mdc

7 lines
246 B
Plaintext

---
description: Specifies requirements for testing Python code, including requiring tests, coverage targets, and test types.
globs: **/test_*.py
---
- Require tests for all code.
- Aim for 80% test coverage.
- Include unit and integration tests.