PyTest - Markers
Which of the following is the correct syntax to skip a test using the named argument `reason="Not implemented yet"` using pytest?
@pytest.mark.skip with a named argument reason="...".15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions