コード例 #1
0
 def testWinsmoney(self):
     ps = PokerStarsHandParser('../resources/pokerstars/winsmoney.txt')
     ps.parseHand()
コード例 #2
0
 def testFpp(self):
     ps = PokerStarsHandParser('../resources/pokerstars/fpp.txt')
     ps.parseHand()
コード例 #3
0
 def testConnected(self):
     ps = PokerStarsHandParser('../resources/pokerstars/connected.txt')
     ps.parseHand()
コード例 #4
0
 def testMissingSeat(self):
     ps = PokerStarsHandParser('../resources/pokerstars/missingseat.txt')
     ps.parseHand()
コード例 #5
0
 def testOutOfHand(self):
     ps = PokerStarsHandParser('../resources/pokerstars/outofhand.txt')
     ps.parseHand()
コード例 #6
0
 def testTimedoutdis(self):
     ps = PokerStarsHandParser('../resources/pokerstars/timedoutdis.txt')
     ps.parseHand()
コード例 #7
0
 def testNoFlop(self):
     ps = PokerStarsHandParser('../resources/pokerstars/no-flop.txt')
     ps.parseHand()
コード例 #8
0
 def testFpp(self):
     ps = PokerStarsHandParser("../resources/pokerstars/fpp.txt")
     ps.parseHand()
コード例 #9
0
 def testChecks(self):
     ps = PokerStarsHandParser("../resources/pokerstars/checks.txt")
     ps.parseHand()
コード例 #10
0
 def testOutOfHand(self):
     ps = PokerStarsHandParser("../resources/pokerstars/outofhand.txt")
     ps.parseHand()
コード例 #11
0
 def testSittingout(self):
     ps = PokerStarsHandParser("../resources/pokerstars/sittingout.txt")
     ps.parseHand()
コード例 #12
0
 def testTalk(self):
     ps = PokerStarsHandParser("../resources/pokerstars/talk.txt")
     ps.parseHand()
コード例 #13
0
 def testMissingSeat(self):
     ps = PokerStarsHandParser("../resources/pokerstars/missingseat.txt")
     ps.parseHand()
コード例 #14
0
 def testShowdown(self):
     ps = PokerStarsHandParser("../resources/pokerstars/showdown.txt")
     ps.parseHand()
コード例 #15
0
 def testSidepot2(self):
     ps = PokerStarsHandParser('../resources/pokerstars/sidepot2.txt')
     ps.parseHand()
コード例 #16
0
 def testConnected(self):
     ps = PokerStarsHandParser("../resources/pokerstars/connected.txt")
     ps.parseHand()
コード例 #17
0
 def testAntes(self):
     ps = PokerStarsHandParser('../resources/pokerstars/antes.txt')
     ps.parseHand()
コード例 #18
0
 def testFoldShows(self):
     ps = PokerStarsHandParser("../resources/pokerstars/foldshows.txt")
     ps.parseHand()
コード例 #19
0
 def testNoFlop(self):
     ps = PokerStarsHandParser("../resources/pokerstars/no-flop.txt")
     ps.parseHand()
コード例 #20
0
 def testWinsmoney(self):
     ps = PokerStarsHandParser("../resources/pokerstars/winsmoney.txt")
     ps.parseHand()
コード例 #21
0
 def testShowdown(self):
     ps = PokerStarsHandParser('../resources/pokerstars/showdown.txt')
     ps.parseHand()
コード例 #22
0
 def testFreeroll(self):
     ps = PokerStarsHandParser("../resources/pokerstars/freeroll.txt")
     ps.parseHand()
コード例 #23
0
 def testTalk(self):
     ps = PokerStarsHandParser('../resources/pokerstars/talk.txt')
     ps.parseHand()
コード例 #24
0
 def testSidepot2(self):
     ps = PokerStarsHandParser("../resources/pokerstars/sidepot2.txt")
     ps.parseHand()
コード例 #25
0
 def testSittingout(self):
     ps = PokerStarsHandParser('../resources/pokerstars/sittingout.txt')
     ps.parseHand()
コード例 #26
0
 def testAllinbb(self):
     ps = PokerStarsHandParser("../resources/pokerstars/allinbb.txt")
     ps.parseHand()
コード例 #27
0
 def testChecks(self):
     ps = PokerStarsHandParser('../resources/pokerstars/checks.txt')
     ps.parseHand()
コード例 #28
0
 def testAntes(self):
     ps = PokerStarsHandParser("../resources/pokerstars/antes.txt")
     ps.parseHand()
コード例 #29
0
 def testFoldShows(self):
     ps = PokerStarsHandParser('../resources/pokerstars/foldshows.txt')
     ps.parseHand()
コード例 #30
0
 def testRebuy(self):
     ps = PokerStarsHandParser("../resources/pokerstars/rebuy.txt")
     ps.parseHand()
コード例 #31
0
 def testFreeroll(self):
     ps = PokerStarsHandParser('../resources/pokerstars/freeroll.txt')
     ps.parseHand()
コード例 #32
0
 def testTimedoutdis(self):
     ps = PokerStarsHandParser("../resources/pokerstars/timedoutdis.txt")
     ps.parseHand()
コード例 #33
0
 def testAllinbb(self):
     ps = PokerStarsHandParser('../resources/pokerstars/allinbb.txt')
     ps.parseHand()
コード例 #34
0
 def testMatch(self):
     ps = PokerStarsHandParser("../resources/pokerstars/match.txt")
     ps.parseHand()
コード例 #35
0
 def testRebuy(self):
     ps = PokerStarsHandParser('../resources/pokerstars/rebuy.txt')
     ps.parseHand()
コード例 #36
0
 def testKnockout(self):
     ps = PokerStarsHandParser('../resources/pokerstars/knockout.txt')
     ps.parseHand()
コード例 #37
0
 def testMatch(self):
     ps = PokerStarsHandParser('../resources/pokerstars/match.txt')
     ps.parseHand()
コード例 #38
0
 def testKnockout(self):
     ps = PokerStarsHandParser("../resources/pokerstars/knockout.txt")
     ps.parseHand()