PyTest - Markers
Identify the error in this pytest code snippet:
import pytest
@pytest.mark.skipif(sys.platform == 'win32')
def test_func():
assert True