前言. Pytest参数化有两种方式: @pytest.fixture(params=[]) @pytest.mark.parametrize() 两者都会多次执行使用它的测试函数, ...
確定! 回上一頁