test(engine): cover Overencumbered token ownership - #7333
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe PR updates an enchanted-opponent parsing comment and adds an integration test for Overencumbered. The test verifies ownership and control for generated Clue, Food, and Junk tokens. ChangesOverencumbered regression
Estimated code review effort: 2 (Simple) | ~10 minutes Mergeability Score: ⚪ Minimal · up to This localized change adds regression coverage and corrects a citation; no actionable merge-blocking risk remains. Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
435c14b to
d72fb84
Compare
|
Generated for head Parse changes introduced by this PR✓ No card-parse changes detected. |
cd405e5 to
16fde51
Compare
Drive Overencumbered through the cast, player-Aura attachment, and ETB trigger pipeline. Assert each token in its shared Clue/Food/Junk sequence is created under the enchanted opponent rather than the Aura controller.
One conflict, in the import list of oracle_effect/subject.rs: this branch added EffectScope for the broadcast ForceAttack arm while phase-rs#7326 / phase-rs#7322 / phase-rs#7333 added ObjectScope. Both are needed; kept both.
Fixes #5271.
Adds a production cast → attach → ETB regression for Overencumbered, proving each shared-sequence token belongs to and is controlled by the enchanted opponent. Also corrects the Aura-host CR citation.
Summary by CodeRabbit
Bug Fixes
Tests
Documentation