Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
119 B
Python
Raw Normal View History

import pytest
def xfail_param(param, reason):
return pytest.param(param, marks=pytest.mark.xfail(reason=reason))