To get all combinations of multiple parametrized arguments you can stack parametrize decorators: import pytest @pytest.mark.parametrize("x", [0, ...
確定! 回上一頁