"""README for ContentProcessor tests.
This directory contains unit tests for the ContentProcessor component.
Structure:
- azure_helper/: Tests for Azure helper modules
- pipeline/: Tests for pipeline entities and handlers
- utils/: Tests for utility modules
- application/: Tests for application configuration
- base/: Tests for base models
Run tests:
cd src/tests/ContentProcessor
pytest --cov=../../ContentProcessor/src --cov-report=term-missing
Coverage target: >85% """