cfr:test
This commit is contained in:
@@ -22,7 +22,7 @@ def test_game():
|
||||
(['Q', 'K'], '011', 1),
|
||||
]
|
||||
for cards, his, player in test_cases:
|
||||
profit = game.get_profit(cards, his, player)
|
||||
profit = game.get_util(cards, his, player)
|
||||
print(f"player{player}profit: {profit}")
|
||||
|
||||
info_cases = [
|
||||
|
||||
Reference in New Issue
Block a user