1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/846781b9ebcd/ Changeset: 846781b9ebcd User: hpk42 Date: 2014-06-03 07:21:02 Summary: fix typo, thanks @dcramer Affected #: 1 file
diff -r 4684e23973c00960ef73a57537c54a4ecb8c6c5e -r 846781b9ebcddf074c5340115c26d74a75594e92 _pytest/hookspec.py --- a/_pytest/hookspec.py +++ b/_pytest/hookspec.py @@ -152,7 +152,7 @@ :arg item: test item for which the runtest protocol is performed. - :arg nexitem: the scheduled-to-be-next test item (or None if this + :arg nextitem: the scheduled-to-be-next test item (or None if this is the end my friend). This argument is passed on to :py:func:`pytest_runtest_teardown`. 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