// pub mod karin_repro; // pub mod on_leaves_repro; // pub mod fix_kimi_no_kokoro; // Removed: duplicate of wave6_tests::test_kimi_no_kokoro_prevention // pub mod cost_dependency_repro; // pub mod size_test; // pub mod mini_engine_tests; // pub mod movement_parity_tests; #[cfg(test)] pub mod card_579_verification; #[cfg(test)] pub mod crash_triage; #[cfg(test)] pub mod repro_card_420_cost_sum; #[cfg(test)] pub mod repro_card_420_multi_pick; #[cfg(test)] pub mod repro_card_560_double_baton; #[cfg(test)] pub mod repro_card_162_v2; #[cfg(test)] pub mod repro_card_pb1_001_r; #[cfg(test)] pub mod repro_score_jump; #[cfg(test)] pub mod special_mechanics_tests; #[cfg(test)] pub mod yell_persistence_repro; #[cfg(test)] pub mod repro_performance_modal; #[cfg(test)] pub mod repro_hazuki_500; #[cfg(test)] pub mod test_card_4558; #[cfg(test)] pub mod repro_bp3_002_p; #[cfg(test)] pub mod repro_bp4_002_p; #[cfg(test)] pub mod repro_card_fixes; #[cfg(test)] pub mod repro_color_filter; #[cfg(test)] pub mod repro_discard_bug; #[cfg(test)] pub mod repro_flags; #[cfg(test)] pub mod repro_kanon_557; #[cfg(test)] pub mod repro_optionality; #[cfg(test)] pub mod repro_softlock; #[cfg(test)] pub mod repro_softlock_tests; #[cfg(test)] pub mod repro_task; #[cfg(test)] pub mod repro_card_103_placement; #[cfg(test)] pub mod test_yell_cards_condition; #[cfg(test)] pub mod card_10_cost_bug; #[cfg(test)] pub mod card126_tests; #[cfg(test)] pub mod test_card_162_fix; #[cfg(test)] pub mod repro_card_4684;