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