We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0735d45 commit 334b96cCopy full SHA for 334b96c
doc/en/fixture.rst
@@ -318,8 +318,7 @@ the ``with`` statement ends.
318
request.addfinalizer(fin)
319
return smtp # provide the fixture value
320
321
- The ``fin`` function will execute when the last test using
322
- the fixture in the module has finished execution.
+ The ``fin`` function will execute when the last test in the module has finished execution.
323
324
This method is still fully supported, but ``yield`` is recommended from 2.10 onward because
325
it is considered simpler and better describes the natural code flow.
0 commit comments