import pytest @pytest.fixture(scope='function',autouse=True) # 作用域設置爲function,自動運行 def before(): print("------->before") class ...
確定! 回上一頁