import pytest class Test_ABC: # 函式級開始def setup(self): print("------->setup_method") # 函式級結束def teardown(self): ...
確定! 回上一頁