//! Test modules for sklears-manifold
//!
//! This module organizes tests into logical groups to maintain the refactoring
//! policy of keeping individual files under 2000 lines.
/// Basic algorithm tests for core manifold learning methods
/// Advanced algorithm tests for specialized methods
/// Quality metrics and neighborhood preservation tests
/// Property-based tests using the proptest framework
/// Tests for high-dimensional data methods