#[cfg(test)]
pub mod debug_coord_test;
#[cfg(test)]
pub mod defaults;
#[cfg(test)]
pub mod test_utils;
#[cfg(test)]
pub mod visual_testing;
#[cfg(test)]
pub mod visual_basic_box_tests;
#[cfg(test)]
pub mod visual_demo_test;
#[cfg(test)]
pub mod visual_animation_demo;
#[cfg(test)]
pub mod box_renderer_tests;
#[cfg(test)]
pub mod coordinate_translation_tests;
#[cfg(test)]
pub mod box_dimensions_tests;
#[cfg(test)]
pub mod coordinate_unification_tests;
#[cfg(test)]
pub mod integration_tests;
#[cfg(test)]
pub mod edge_case_tests;
#[cfg(test)]
pub mod execution_mode_schema_validation_tests;
#[cfg(test)]
pub mod socket_tests;
#[cfg(test)]
pub mod variable_tests;
#[cfg(test)]
pub mod integration_yaml_tests;
#[cfg(test)]
pub mod comprehensive_variable_tests;
#[cfg(test)]
pub mod hierarchical_variable_tests;
#[cfg(test)]
pub mod plugin_integration_tests;
#[cfg(test)]
pub mod plugin_dynamic_tests;
#[cfg(test)]
pub mod table_tests;
#[cfg(test)]
pub mod layout_validation_tests;
pub mod auto_scroll_tests;
#[cfg(test)]
pub mod automatic_scrollbar_tests;
#[cfg(test)]
pub mod clipboard_tests;
#[cfg(test)]
pub mod home_end_navigation_tests;
#[cfg(test)]
pub mod hotkey_tests;
#[cfg(test)]
pub mod mouse_click_tests;
#[cfg(test)]
pub mod choice_click_bounds_tests;
#[cfg(test)]
pub mod coordinate_system_validation;
#[cfg(test)]
pub mod choice_execution_debug_test;
#[cfg(test)]
pub mod choice_redirect_debug;
#[cfg(test)]
pub mod choice_click_regression_test;
#[cfg(test)]
pub mod sensitive_scrollbar_tests;
#[cfg(test)]
pub mod pty_input_tests;
#[cfg(test)]
pub mod pty_resize_tests;
#[cfg(test)]
pub mod ansi_processor_tests;
#[cfg(test)]
pub mod tab_bar_component_tests;
#[cfg(test)]
pub mod special_key_tests;
#[cfg(test)]
pub mod pty_scrollback_tests;
#[cfg(test)]
pub mod z_index_tests;
#[cfg(test)]
pub mod pty_process_info_tests;
#[cfg(test)]
pub mod pty_error_states_tests;
#[cfg(test)]
pub mod text_wrapping_tests;
#[cfg(test)]
pub mod socket_pty_control_tests;
#[cfg(test)]
pub mod muxbox_resize_tests;
#[cfg(test)]
pub mod muxbox_move_tests;
#[cfg(test)]
pub mod yaml_live_persistence_tests;
#[cfg(test)]
pub mod resize_100_percent_debug;
#[cfg(test)]
pub mod tab_stop_tests;
#[cfg(test)]
pub mod line_attribute_tests;
#[cfg(test)]
pub mod terminal_title_tests;
#[cfg(test)]
pub mod pty_box_resize_integration_tests;
#[cfg(test)]
pub mod character_set_tests;
#[cfg(test)]
pub mod terminal_compatibility_tests;
#[cfg(test)]
pub mod terminal_100_width_reality_test;
#[cfg(test)]
pub mod yaml_persistence_integration_test;
#[cfg(test)]
pub mod muxbox_bounds_clipping_tests;
#[cfg(test)]
pub mod conditional_stream_creation_tests;
#[cfg(test)]
mod tab_close_button_tests;
#[cfg(test)]
mod close_button_integration_test;
#[cfg(test)]
pub mod scrollable_tabs_tests;
#[cfg(test)]
pub mod unified_execution_architecture_tests;
#[cfg(test)]
pub mod periodic_source_stability_tests;
pub mod full_screen_detection_tests;
#[cfg(test)]
pub mod border_component_tests;
#[cfg(test)]
pub mod status_indicator_tests;
#[cfg(test)]
pub mod performance_optimization_tests;
#[cfg(test)]
pub mod interactive_visual_tests;
#[cfg(test)]
pub mod user_behavioral_component_tests;