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