This page shows Python examples of pytest.mark.parametrize. ... def pytest_generate_tests(metafunc): metafunc.parametrize('data_type', ['config', 'switch']).
確定! 回上一頁