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