//! Main test entry point
//!
//! This file registers all test modules and provides a unified test suite.
// Common utilities shared across all tests
// Unit tests for individual components
// Integration tests for component interaction
// Re-export common utilities for use in test modules
pub use *;
// Main test module for cargo test