diff --git a/changelog/3236.trivial.rst b/changelog/3236.trivial.rst index 75830d453..841ba7500 100644 --- a/changelog/3236.trivial.rst +++ b/changelog/3236.trivial.rst @@ -1 +1 @@ -Add the usage of ``platform`` in ``pytest.mark.skipif`` \ No newline at end of file +Add the usage of ``platform`` in ``pytest.mark`` \ No newline at end of file diff --git a/testing/test_skipping.py b/testing/test_skipping.py index 1abf4fcf6..fc9230eda 100644 --- a/testing/test_skipping.py +++ b/testing/test_skipping.py @@ -156,7 +156,7 @@ class TestXFail(object): assert callreport.passed 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. """