[Pytest-commit] commit/pytest: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Mar 14 13:10:37 CET 2014


2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/e5bc9442bb02/
Changeset:   e5bc9442bb02
Branch:      doc_typo_correction
User:        jurko
Date:        2014-03-02 22:52:38
Summary:     fix documentation typo
Affected #:  1 file

diff -r 3ba7553c51cb0a85333f73be76aeffb9733450a6 -r e5bc9442bb02b01529e3e982e238c0653ff05e7c doc/en/plugins.txt
--- a/doc/en/plugins.txt
+++ b/doc/en/plugins.txt
@@ -315,7 +315,7 @@
 Generic "runtest" hooks
 ------------------------------
 
-All all runtest related hooks receive a :py:class:`pytest.Item` object.
+All runtest related hooks receive a :py:class:`pytest.Item` object.
 
 .. autofunction:: pytest_runtest_protocol
 .. autofunction:: pytest_runtest_setup


https://bitbucket.org/hpk42/pytest/commits/023c92172a30/
Changeset:   023c92172a30
User:        hpk42
Date:        2014-03-14 13:10:33
Summary:     Merged in jurko/pytest/doc_typo_correction (pull request #122)

fix documentation typo
Affected #:  1 file

diff -r 2523488264cb7b8cd1963e09c44ba92b3a68f6c9 -r 023c92172a302236917be115087636faf72a03b5 doc/en/plugins.txt
--- a/doc/en/plugins.txt
+++ b/doc/en/plugins.txt
@@ -315,7 +315,7 @@
 Generic "runtest" hooks
 ------------------------------
 
-All all runtest related hooks receive a :py:class:`pytest.Item` object.
+All runtest related hooks receive a :py:class:`pytest.Item` object.
 
 .. autofunction:: pytest_runtest_protocol
 .. autofunction:: pytest_runtest_setup

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.


More information about the pytest-commit mailing list