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
fix: correct test_phase5.py to match actual module APIs
- Fix pin_detection test to use correct signature (board, color) not (board, move)
- Fix endgame tests to use public evaluate_endgame() method
- Opposition and key squares are tested via endgame evaluation (private methods)
- Tests now match actual working implementation from Phase 5
0 commit comments