Files
2026-02-04 13:04:29 +00:00

10 lines
337 B
Python

"""
Test suite for NHS High-Cost Drug Patient Pathway Analysis Tool.
This package contains unit tests and integration tests for:
- Core configuration and models (config.py, models.py)
- Data transformations (data.py, loader.py)
- Analysis pipeline (pathway_analyzer.py, statistics.py)
- Database operations (database.py, schema.py)
"""