Skip to content

Commit a93ad1f

Browse files
authored
Merge pull request #3590 from alexbarbato/3525_typo_fixture_docs
3525 typo fixture docs
2 parents 4dc7b4a + 561db95 commit a93ad1f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/3525.trivial.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update old quotation style to parens in fixture.rst documentation.

doc/en/fixture.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Scope: sharing a fixture instance across tests in a class, module or session
165165
166166
Fixtures requiring network access depend on connectivity and are
167167
usually time-expensive to create. Extending the previous example, we
168-
can add a ``scope='module'`` parameter to the
168+
can add a ``scope="module"`` parameter to the
169169
:py:func:`@pytest.fixture <_pytest.python.fixture>` invocation
170170
to cause the decorated ``smtp`` fixture function to only be invoked once
171171
per test *module* (the default is to invoke once per test *function*).

0 commit comments

Comments
 (0)