#!encoding=utf-8 import pytest #不帶參數時默認scope="function" @pytest.fixture() def login(): print("輸入賬號,密碼先登錄") def ...
確定! 回上一頁