Spaces:
Sleeping
Sleeping
File size: 1,569 Bytes
463f868 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | // 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;
|