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