---
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.