test_1_baidu.py import pytest import time def test_01(start, open_baidu): print("測試用例test_01") time.sleep(0.5) assert start == "yoyo" ...
確定! 回上一頁