Skip to content

Commit c604f3f

Browse files
authored
doc: Remove confusing fixture sentence
There is no previous `test_ehlo` example (it follows much later) - and the same thing is described further down in ""Requesting" fixtures" already.
1 parent ed8cabe commit c604f3f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/en/fixture.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ Back to fixtures
174174
"Fixtures", in the literal sense, are each of the **arrange** steps and data. They're
175175
everything that test needs to do its thing.
176176

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-
180177
In pytest, "fixtures" are functions you define that serve this purpose. But they
181178
don't have to be limited to just the **arrange** steps. They can provide the
182179
**act** step, as well, and this can be a powerful technique for designing more

0 commit comments

Comments
 (0)