//! Hierarchical test organization for wow_mpq
//!
//! Tests are organized by level:
//! - Level 1: Core primitives (unit tests in src/)
//! - Level 2: Component integration
//! - Level 3: Feature integration
//! - Level 4: End-to-end scenarios
//! - Level 5: Compatibility & performance
// Common test utilities
// Level 2: Component Integration Tests
// Level 3: Feature Integration Tests
// Level 4: End-to-End Scenario Tests
// Level 5: Compliance Tests