1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/0434c999780c/ Changeset: 0434c999780c User: hpk42 Date: 2013-10-21 13:36:22 Summary: fix typo, thank avanderneuth Affected #: 1 file
diff -r 65665e5e0dfc094e4ddee410296cd7746832bdf5 -r 0434c999780c14204b60e51eed32d2d0c5c53401 doc/en/fixture.txt --- a/doc/en/fixture.txt +++ b/doc/en/fixture.txt @@ -234,7 +234,7 @@ If you decide that you rather want to have a session-scoped ``smtp`` instance, you can simply declare it:: - @pytest.fixture(scope=``session``) + @pytest.fixture(scope="session") def smtp(...): # the returned fixture value will be shared for # all tests needing it Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit