Add CHANGELOG for invocation-scoped fixtures

This commit is contained in:
Bruno Oliveira 2016-07-11 20:32:59 -03:00
parent fb4da00a32
commit 2ffe354f21
1 changed files with 5 additions and 1 deletions

View File

@ -116,7 +116,11 @@
Example '-o xfail_strict=True'. A complete ini-options can be viewed
by py.test --help. Thanks `@blueyed`_ and `@fengxx`_ for the PR
*
* New scope for fixtures: ``"invocation"``. This fixtures may be requested by fixtures from
any scope, when they assume the same scope as the fixture requesting it. An ``invocation``-scoped
fixture can be requested from different scopes in the same test session,
in which case each scope will have its own copy. This feature is considered experimental.
Thanks `@nicoddemus`_ for the PR.
*