Testido

TestNormalCase


Methods

f __call__(self) ...

f __init__(self, methodName='runTest') ...

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.

f setUp(self) ...

f test_setupiscalled(self) ...

Setup is called, as it is for normal unittest cases

f test_testcasebeforefuncs(self) ...

TestCases are called before functions

See the source for more information.