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.
2 parents 3a0a1d2 + f42a954 commit a4a30aeCopy full SHA for a4a30ae
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