summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-10-03 21:42:34 +0000
committerBruno Oliveira <nicoddemus@gmail.com>2017-10-03 21:42:34 +0000
commit6b91bc88de36e3c75da5ab1b7480cbe067eed57b (patch)
tree758d7700049c1e4d27dad522f7da5b373c1f9ee4 /CHANGELOG.rst
parent6690b8a44420aba860e6f2c79ca296e61e249f3c (diff)
downloadpytest-6b91bc88de36e3c75da5ab1b7480cbe067eed57b.tar.gz
Preparing release version 3.2.3
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst40
1 files changed, 40 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 829f691ad..28269a311 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -8,6 +8,46 @@
.. towncrier release notes start
+Pytest 3.2.3 (2017-10-03)
+=========================
+
+Bug Fixes
+---------
+
+- Fix crash in tab completion when no prefix is given. (`#2748
+ <https://github.com/pytest-dev/pytest/issues/2748>`_)
+
+- The equality checking function (``__eq__``) of ``MarkDecorator`` returns
+ ``False`` if one object is not an instance of ``MarkDecorator``. (`#2758
+ <https://github.com/pytest-dev/pytest/issues/2758>`_)
+
+- When running ``pytest --fixtures-per-test``: don't crash if an item has no
+ _fixtureinfo attribute (e.g. doctests) (`#2788
+ <https://github.com/pytest-dev/pytest/issues/2788>`_)
+
+
+Improved Documentation
+----------------------
+
+- In help text of ``-k`` option, add example of using ``not`` to not select
+ certain tests whose names match the provided expression. (`#1442
+ <https://github.com/pytest-dev/pytest/issues/1442>`_)
+
+- Add note in ``parametrize.rst`` about calling ``metafunc.parametrize``
+ multiple times. (`#1548 <https://github.com/pytest-dev/pytest/issues/1548>`_)
+
+
+Trivial/Internal Changes
+------------------------
+
+- Set ``xfail_strict=True`` in pytest's own test suite to catch expected
+ failures as soon as they start to pass. (`#2722
+ <https://github.com/pytest-dev/pytest/issues/2722>`_)
+
+- Fix typo in example of passing a callable to markers (in example/markers.rst)
+ (`#2765 <https://github.com/pytest-dev/pytest/issues/2765>`_)
+
+
Pytest 3.2.2 (2017-09-06)
=========================