From 9af1f63ab6bf1d85010c4e1ce305810c50b4b3dc Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Sun, 14 Feb 2016 23:36:17 -0200 Subject: [PATCH] Small typo in CHANGELOG --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4652f9ef6..15aa75306 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -12,7 +12,7 @@ * New ``-rp`` and ``-rP`` reporting options give the summary and full output of passing tests, respectively. Thanks to `@codewarrior0`_ for the PR. -* ``pytest.mark.xfail`` now has a ``strict`` option which makes ``XPASS``ing +* ``pytest.mark.xfail`` now has a ``strict`` option which makes ``XPASS`` tests to fail the test suite, defaulting to ``False``. There's also a ``xfail_strict`` ini option that can be used to configure it project-wise. Thanks `@rabbbit`_ for the request and `@nicoddemus`_ for the PR (`#1355`_).