summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-11-14 18:33:46 -0200
committerGitHub <noreply@github.com>2017-11-14 18:33:46 -0200
commit54cea3d1785dae41db558d11eaccc991d29cd859 (patch)
treea05dcb484872cc5537c28be5b3fdeb1a47d344ee /CHANGELOG.rst
parent9628c712106cecd8667f8f0a0b3e543e667f6c58 (diff)
downloadpytest-54cea3d1785dae41db558d11eaccc991d29cd859.tar.gz
Small formatting changes in CHANGELOG
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst8
1 files 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
<https://github.com/pytest-dev/pytest/issues/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 <https://github.com/pytest-dev/pytest/issues/2819>`_)
- Strip whitespace from marker names when reading them from INI config. (`#2856
<https://github.com/pytest-dev/pytest/issues/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
<https://github.com/pytest-dev/pytest/issues/2882>`_)