Give storeHands the ability to output test data
Will allow for regression testing of hand start time
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ db: a connected Database object"""
|
||||
# seats TINYINT NOT NULL,
|
||||
hh['seats'] = len(self.dbid_pids)
|
||||
|
||||
self.dbid_hands = db.storeHand(hh)
|
||||
self.dbid_hands = db.storeHand(hh, printdata = printtest)
|
||||
self.dbid_hpid = db.storeHandsPlayers(self.dbid_hands, self.dbid_pids,
|
||||
self.stats.getHandsPlayers(), printdata = printtest)
|
||||
if self.saveActions:
|
||||
|
||||
Reference in New Issue
Block a user