import pytest # 引入pytest包def test_a(): # test開頭的測試函 ... import pytest class Test_ABC: # 函式級開始def setup(self): ...
確定! 回上一頁