We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4da00 commit 2ffe354Copy full SHA for 2ffe354
CHANGELOG.rst
@@ -116,7 +116,11 @@
116
Example '-o xfail_strict=True'. A complete ini-options can be viewed
117
by py.test --help. Thanks `@blueyed`_ and `@fengxx`_ for the PR
118
119
-*
+* New scope for fixtures: ``"invocation"``. This fixtures may be requested by fixtures from
120
+ any scope, when they assume the same scope as the fixture requesting it. An ``invocation``-scoped
121
+ fixture can be requested from different scopes in the same test session,
122
+ in which case each scope will have its own copy. This feature is considered experimental.
123
+ Thanks `@nicoddemus`_ for the PR.
124
125
*
126
0 commit comments