10 lines
337 B
Python
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)
|
|
"""
|