pytest基礎

Pytest參數化: @pytest.mark.parametrize(「參數名」,列表數據) 參數名:用來接收每一項數據,並作爲測試用例的參數。 列表數據:一組測試數據 Pytest—mark: @pytest.mark.標記名 pytest –m 標記名 test.py.py Pytest重運行機制: Pip install pytest-rerunfailures Pytest –retur
相關文章
相關標籤/搜索