The 2,708-line tests.rs is now one file per theme under src/tests/, with every shared helper in mod.rs. These tests drive the whole Editor and assert on private state, so they stay in-crate under #[cfg(test)] rather than moving to a top-level tests/ integration dir. No test logic changed; 224 tests still pass.