PyBaccarat
visit the ministry of silly walks
|
Public Member Functions | |
def | test_constructor (self) |
def | test_empty (self) |
def | test_add (self) |
def | test_value (self) |
def | test_need_hit (self) |
def | test_get_card (self) |
def | test_str (self) |
Unit test for the baccarat.Hand class.
def tests.test_hand.TestHand.test_add | ( | self | ) |
add(card)
def tests.test_hand.TestHand.test_constructor | ( | self | ) |
test hand construction
def tests.test_hand.TestHand.test_empty | ( | self | ) |
test empty method
def tests.test_hand.TestHand.test_get_card | ( | self | ) |
get_card(int)
def tests.test_hand.TestHand.test_need_hit | ( | self | ) |
need_hit() need_hit(player)