From 945072b89ad0c6fc3c69be647f418028de3320ae Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Mon, 30 May 2016 18:04:40 +0100 Subject: [PATCH] Update changelog with --fixtures fix --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9017ca29e..fc66daf7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -24,6 +24,10 @@ * Minor improvements and fixes to the documentation. Thanks `@omarkohl`_ for the PR. +* Fix ``--fixtures`` to show all fixture definitions as opposed to just + one per fixture name. + Thanks to `@hackebrot`_ for the PR. + .. _#510: https://github.com/pytest-dev/pytest/issues/510 .. _#1506: https://github.com/pytest-dev/pytest/pull/1506 .. _#1496: https://github.com/pytest-dev/pytest/issue/1496