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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Tue Jun 3 09:49:07 CEST 2014


2 new commits in pytest:

https://bitbucket.org/hpk42/pytest/commits/a33c12accb81/
Changeset:   a33c12accb81
Branch:      zyegfryed/fixed-typo-noticed-by-dcramer-httpstwitt-1401780587159
User:        zyegfryed
Date:        2014-06-03 09:30:14
Summary:     Fixed typo noticed by @dcramer (https://twitter.com/zeeg/status/473676721128886272)
Affected #:  1 file

diff -r 846781b9ebcddf074c5340115c26d74a75594e92 -r a33c12accb81251448ffd9fa23d55bcea9d80486 _pytest/hookspec.py
--- a/_pytest/hookspec.py
+++ b/_pytest/hookspec.py
@@ -153,8 +153,8 @@
     :arg item: test item for which the runtest protocol is performed.
 
     :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`.
+                   is the end my friend).  This argument is passed on to
+                   :py:func:`pytest_runtest_teardown`.
 
     :return boolean: True if no further hook implementations should be invoked.
     """
@@ -172,10 +172,10 @@
 def pytest_runtest_teardown(item, nextitem):
     """ called after ``pytest_runtest_call``.
 
-    :arg nexitem: the scheduled-to-be-next test item (None if no further
-                  test item is scheduled).  This argument can be used to
-                  perform exact teardowns, i.e. calling just enough finalizers
-                  so that nextitem only needs to call setup-functions.
+    :arg nextitem: the scheduled-to-be-next test item (None if no further
+                   test item is scheduled).  This argument can be used to
+                   perform exact teardowns, i.e. calling just enough finalizers
+                   so that nextitem only needs to call setup-functions.
     """
 
 def pytest_runtest_makereport(item, call):


https://bitbucket.org/hpk42/pytest/commits/177f44412427/
Changeset:   177f44412427
User:        hpk42
Date:        2014-06-03 09:49:02
Summary:     Merged in zyegfryed/pytest/zyegfryed/fixed-typo-noticed-by-dcramer-httpstwitt-1401780587159 (pull request #172)

Fixed typo noticed by @zeeg (https://twitter.com/zeeg/status/473676721128886272)
Affected #:  1 file

diff -r 846781b9ebcddf074c5340115c26d74a75594e92 -r 177f44412427b5060724fafe0263b35bddd91183 _pytest/hookspec.py
--- a/_pytest/hookspec.py
+++ b/_pytest/hookspec.py
@@ -153,8 +153,8 @@
     :arg item: test item for which the runtest protocol is performed.
 
     :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`.
+                   is the end my friend).  This argument is passed on to
+                   :py:func:`pytest_runtest_teardown`.
 
     :return boolean: True if no further hook implementations should be invoked.
     """
@@ -172,10 +172,10 @@
 def pytest_runtest_teardown(item, nextitem):
     """ called after ``pytest_runtest_call``.
 
-    :arg nexitem: the scheduled-to-be-next test item (None if no further
-                  test item is scheduled).  This argument can be used to
-                  perform exact teardowns, i.e. calling just enough finalizers
-                  so that nextitem only needs to call setup-functions.
+    :arg nextitem: the scheduled-to-be-next test item (None if no further
+                   test item is scheduled).  This argument can be used to
+                   perform exact teardowns, i.e. calling just enough finalizers
+                   so that nextitem only needs to call setup-functions.
     """
 
 def pytest_runtest_makereport(item, call):

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