I was studying unittest by following examples here.
unittest
In the following code, def test_add() is supposed to be wrapped in class testClass()
def test_add()
class testClass()