예제 #1
0
def test_score_with_avail(cards, avail, score):
    ret = Rules._score(cards, avail)
    assert ret == score
예제 #2
0
def test_score(cards, score):
    ret = Rules._score(cards)
    assert ret == score