Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 562 Bytes

File metadata and controls

20 lines (15 loc) · 562 Bytes

Copyright (c) Microsoft Corporation.

Licensed under the MIT License.

"""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% """