1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/e42af44e18ad/
changeset:   r2140:e42af44e18ad
user:        hpk
date:        2011-01-13 23:50:10
summary:     fix typo (thanks derdon)
affected #:  1 file (2 bytes)

--- a/doc/xunit_setup.txt       Wed Jan 12 19:39:36 2011 +0100
+++ b/doc/xunit_setup.txt       Thu Jan 13 23:50:10 2011 +0100
@@ -73,7 +73,7 @@
         function. Invoked for every test function in the module.
         """
 
-    def teardown_method(function):
+    def teardown_function(function):
         """ teardown any state that was previously setup
         with a setup_function 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.
_______________________________________________
py-svn mailing list
py-svn@codespeak.net
http://codespeak.net/mailman/listinfo/py-svn

Reply via email to