PyTest - Parametrize
Which of the following is a valid way to skip a parameter in
@pytest.mark.parametrize when running on Windows OS?@pytest.mark.parametrize when running on Windows OS?pytest.mark.skipif(condition, reason) inside marks.sys.platform == 'win32'.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions