pytest 參數化

pytest參數化 pytest的參數化相當於unittest中的ddt 實現數據驅動,pytest.parametrize,數據驅動 pytest使用以下功能不能和unittest兼容: 1.當使用pytest的參數化paramatrize,不能做到和unittest兼容 2.當使用夾具fixture,(autouse=True可以),也不能和unittest兼容 3.鉤子Custom_hook
相關文章
相關標籤/搜索