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 8208a77 commit 7c13995Copy full SHA for 7c13995
doc/en/fixture.rst
@@ -257,8 +257,9 @@ the code after the *yield* statement serves as the teardown code.::
257
print("teardown smtp")
258
smtp.close()
259
260
-The ``print`` and ``smtp.close()`` statements will execute when the last test using
261
-the fixture in the module has finished execution, regardless of the exception status of the tests.
+The ``print`` and ``smtp.close()`` statements will execute when the last test in
+the module has finished execution, regardless of the exception status of the
262
+tests.
263
264
Let's execute it::
265
0 commit comments