evennia.contrib.rpg.dice.tests

Testing of TestDice.

class evennia.contrib.rpg.dice.tests.TestDice(methodName='runTest')[source]

Bases: evennia.utils.test_resources.BaseEvenniaCommandTest

test_roll_dice(mocked_randint)[source]
test_cmddice(mocked_randint)[source]
test_string_form(mocked_randint)[source]
test_maxvals(mocked_randint)[source]