pytest.fixture() allows one to parametrize fixture functions. ... x=1/y=2 , x=0/y=3 , and x=1/y=3 exhausting parameters in the order of the decorators.
確定! 回上一頁