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 ed8cabe + c604f3f commit 150bdceCopy full SHA for 150bdce
doc/en/fixture.rst
@@ -174,9 +174,6 @@ Back to fixtures
174
"Fixtures", in the literal sense, are each of the **arrange** steps and data. They're
175
everything that test needs to do its thing.
176
177
-At a basic level, test functions request fixtures by declaring them as
178
-arguments, as in the ``test_ehlo(smtp_connection):`` in the previous example.
179
-
180
In pytest, "fixtures" are functions you define that serve this purpose. But they
181
don't have to be limited to just the **arrange** steps. They can provide the
182
**act** step, as well, and this can be a powerful technique for designing more
0 commit comments