pytest ------命令參數(二)

pytest 命令參數: -q :使用該命令後,將顯示簡單的結果(pytest -q) -s :使用該命令後,將用例的信息打印出來 (pytest -s) -x : 遇到錯誤時停止測試 (pytest -x) -maxfail== : 當用例錯誤個數達到指定數量時,停止測試 pytest --maxfail ==2 舉例: 遇到錯誤時停止測試:(-x)   舉例二: 當錯誤次數達到規定值時,停止執
相關文章
相關標籤/搜索