Fixing grammar.
This commit is contained in:
parent
a6762f7328
commit
f6ad25928e
|
@ -1 +1 @@
|
||||||
Add the usage of ``platform`` in ``pytest.mark.skipif``
|
Add the usage of ``platform`` in ``pytest.mark``
|
|
@ -156,7 +156,7 @@ class TestXFail(object):
|
||||||
assert callreport.passed
|
assert callreport.passed
|
||||||
assert callreport.wasxfail == "this is an xfail"
|
assert callreport.wasxfail == "this is an xfail"
|
||||||
|
|
||||||
def test_xfail_use_platform(self, testdir):
|
def test_xfail_using_platform(self, testdir):
|
||||||
"""
|
"""
|
||||||
Verify that platform can be used with xfail statements.
|
Verify that platform can be used with xfail statements.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue