MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / test_hand_values

Function test_hand_values

project_euler/problem_054/test_poker_hand.py:173–174  ·  view source on GitHub ↗
(hand, expected)

Source from the content-addressed store, hash-verified

171
172@pytest.mark.parametrize(("hand", "expected"), TEST_TYPES)
173def test_hand_values(hand, expected):
174 assert PokerHand(hand)._hand_type == expected
175
176
177@pytest.mark.parametrize(("hand", "other", "expected"), TEST_COMPARE)

Callers

nothing calls this directly

Calls 1

PokerHandClass · 0.85

Tested by

no test coverage detected