Add changelog entry for new cli flag

This commit is contained in:
Raphael Pierzina 2016-06-12 00:26:32 +01:00
parent 7eea168106
commit bbc6c18448
1 changed files with 5 additions and 0 deletions

View File

@ -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`_):