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 1a5dbcb commit 70e41cbCopy full SHA for 70e41cb
doc/en/deprecations.rst
@@ -379,8 +379,14 @@ Some breaking changes which could not be deprecated are also listed.
379
``yield`` tests
380
~~~~~~~~~~~~~~~
381
382
+.. versionremoved:: 4.0
383
+
384
+ ``yield`` tests ``xfail``.
385
386
.. versionremoved:: 8.4
387
388
+ ``yield`` tests raise a collection error.
389
390
pytest no longer supports ``yield``-style tests, where a test function actually ``yield`` functions and values
391
that are then turned into proper test methods. Example:
392
0 commit comments