fix typo, thank avanderneuth
This commit is contained in:
parent
b0a5740898
commit
47d2d20d81
|
@ -234,7 +234,7 @@ quick as a single one because they reuse the same instance.
|
||||||
If you decide that you rather want to have a session-scoped ``smtp``
|
If you decide that you rather want to have a session-scoped ``smtp``
|
||||||
instance, you can simply declare it::
|
instance, you can simply declare it::
|
||||||
|
|
||||||
@pytest.fixture(scope=``session``)
|
@pytest.fixture(scope="session")
|
||||||
def smtp(...):
|
def smtp(...):
|
||||||
# the returned fixture value will be shared for
|
# the returned fixture value will be shared for
|
||||||
# all tests needing it
|
# all tests needing it
|
||||||
|
|
Loading…
Reference in New Issue