test_ClassTest.py 1 2 3 4 5 6 7 8class TestGroup: def test_AAA(self): # ~~~ assert 1 == 1 def test_BBB(self): # ~~~ assert 1 == 1