示例#1
0
 def test_diceroll_total(self):
     roll_dice("3d1t", None)
     self.assertEquals(CENA.text, "3")
示例#2
0
 def test_diceroll_total(self):
     roll_dice("3d1t", None)
     self.assertEquals(CENA.text, "3")
示例#3
0
 def test_diceroll_array(self):
     roll_dice("3d1", None)
     self.assertEquals(CENA.text, "[1, 1, 1]")
示例#4
0
 def test_diceroll_array(self):
     roll_dice("3d1", None)
     self.assertEquals(CENA.text, "[1, 1, 1]")