Commit Graph

9 Commits

Author SHA1 Message Date
tim aa1b037c1a Fix guess-validation tests for high round numbers
test_get_active_player and test_is_guessing_completed built a round 6
(only 8-6=2 tricks) but bid 4, which the engine correctly rejects
(guess must be <= number of tricks). Adjust the bids to legal values
while preserving each test's intent (player 0 stays the unique high
bidder so it leads the first stash).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-13 23:40:13 +02:00
Jakub Senderák 834e03c172 main module name change 2021-04-18 17:40:38 +02:00
Jakub Senderák 3f3ba86ca3 Round.get_points_summary added 2020-03-28 09:15:58 +01:00
Jakub Senderák c1a7eb0e54 Round.get_stashes_summary renamed 2020-03-28 09:04:04 +01:00
Jakub Senderák 07a494a40b Round.get_winner_summary added 2020-03-28 07:22:52 +01:00
Jakub Senderák ada5d74fd4 Stash.get_winner fix 2020-03-28 07:19:29 +01:00
Jakub Senderák 93e51762f5 additional tests for Round class 2020-03-27 22:28:04 +01:00
Jakub Senderák 5098a1aa9a stash.add_card arguments reordered 2020-03-27 15:17:58 +01:00
Jakub Senderák 38bf52c867 Initial commit 2020-03-26 16:37:01 +01:00