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 最終更新日: 2022-06-15 15:27:01