mads.test

bot to use in tests.

class Test(methodName='runTest')[source]

Bases: unittest.case.TestCase

custom class for unittests.

Create an instance of the class that will use the named test method when executed. Raises a ValueError if the instance does not have a method with the specified name.

class TestBot(*args, **kwargs)[source]

Bases: mads.bots.Bot

Bot to use in testing.

cc = ''
raw(txt)[source]

raw output function, uses print().