PyTest - Markers
What is wrong with this pytest marker usage?
@pytest.mark.skipif(sys.platform == 'win32')
def test_func():
assert True@pytest.mark.skipif(sys.platform == 'win32')
def test_func():
assert True15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions