From bbc6c184484c246717417efbb07970776df399b1 Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Sun, 12 Jun 2016 00:26:32 +0100 Subject: [PATCH] Add changelog entry for new cli flag --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da3918251..7563ac675 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -34,6 +34,11 @@ * New ``pytest_make_parametrize_id`` hook. Thanks `@palaviv`_ for the PR. +* New cli flag ``--fixtures-per-test`` that shows which fixtures are being used + for each selected test item. Features doc strings of fixtures by default. + Can also show where fixtures are defined if combined with ``-v``. + Thanks `@hackebrot`_ for the PR. + **Changes** * Fix (`#1351`_):