pokercore.test package

Submodules

pokercore.test.test_card module

class pokercore.test.test_card.TestCard(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_arithmetic()[source]
test_compare()[source]
test_create()[source]

pokercore.test.test_deck module

class pokercore.test.test_deck.TestDeck(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_create()[source]
test_draw()[source]
test_shuffle()[source]

pokercore.test.test_hand module

class pokercore.test.test_hand.TestHand(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]

Hook method for setting up the test fixture before exercising it.

test_compare()[source]
test_create()[source]
test_value()[source]

Module contents