refactor(engine): move hud/settings/game/input plugin tests into tests.rs files #125
Reference in New Issue
Block a user
Delete Branch "refactor/split-plugin-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Continues #118 after PR #124. The four remaining oversized plugin files become module directories with their trailing
#[cfg(test)]blocks extracted verbatim into siblingtests.rsfiles (thereplay_overlay/pattern).Note: the issue suggested one file per PR, but these four are the identical mechanical transform already validated on card_plugin, so they're batched — each file is still an independent rename + block move in the diff.
git mvpreserves history (53–82% rename similarity)cargo clippy --workspace -- -D warningsclean,cargo test --workspacegreenIssue #118 stays open for the deeper runtime splits along system boundaries.
Refs #118
🤖 Generated with Claude Code