From f6ad25928e8c388b07cc45e9a594ba2c5c1b28d5 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Mon, 26 Feb 2018 19:15:10 -0800 Subject: [PATCH] Fixing grammar. --- changelog/3236.trivial.rst | 2 +- testing/test_skipping.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. """