You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🧪 Add comprehensive tests for Queen move generation (Issue #6)
- Replace placeholder test with a full test suite for `generateQueenMoves()`
- Add test for Queen in center (27 moves), corner (21 moves)
- Add tests for obstruction by friendly pieces and captures of enemy pieces
- Add validation that all generated moves are correctly labeled with 'queen' piece type
- Add integration test to main `generateMoves` method to verify correct routing
This completes the testing requirements for Queen move generation and ensures Phase 2 is fully tested.
0 commit comments