class TestSuite(): def test1(self): assert 1 + 1 == 2 def test2(self): assert 2 + 2 == 4 def test3(self): assert 3 + 3 == 6