File size: 376 Bytes
b4a2e7f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
Test suite for Process Aware AI - Data Service

This module contains comprehensive tests for verifying:
1. Data loading and column mappings
2. Calculation formulas match Excel logic
3. All 970 sale orders produce correct metrics
4. All 496 articles have valid predictions
5. Edge cases are handled correctly
"""

__version__ = "1.0.0"
__author__ = "Process Aware AI Team"