test marked as
This commit is contained in:
parent
6c54ee03de
commit
f5a6a84314
|
@ -1,5 +1,7 @@
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.xfail()
|
||||||
def test_parametrize(testdir):
|
def test_parametrize(testdir):
|
||||||
testdir.makepyfile("""
|
testdir.makepyfile("""
|
||||||
import pytest
|
import pytest
|
||||||
|
|
Loading…
Reference in New Issue