From 54cea3d1785dae41db558d11eaccc991d29cd859 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 14 Nov 2017 18:33:46 -0200 Subject: [PATCH] Small formatting changes in CHANGELOG --- CHANGELOG.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59acc3b9e..f75e83bbe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -14,17 +14,17 @@ Pytest 3.2.4 (2017-11-13) Bug Fixes --------- -- Fix the bug where running pytest with "--pyargs" will result in Items with - empty "parent.nodeid" if run from a different root directory. (`#2775 +- Fix the bug where running with ``--pyargs`` will result in items with + empty ``parent.nodeid`` if run from a different root directory. (`#2775 `_) -- Fix issue with @pytest.parametrize if argnames was specified as kwarg. +- Fix issue with ``@pytest.parametrize`` if argnames was specified as keyword arguments. (`#2819 `_) - Strip whitespace from marker names when reading them from INI config. (`#2856 `_) -- Show full context of doctest source in the pytest output, if the lineno of +- Show full context of doctest source in the pytest output, if the line number of failed example in the docstring is < 9. (`#2882 `_)