1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/e465c4eeaa2b/
changeset:   e465c4eeaa2b
user:        hpk42
date:        2012-11-08 19:05:46
summary:     fix misleading typo
affected #:  2 files

diff -r 81580e70517e2af175a3848c8a5a2b4ed2dc7770 -r 
e465c4eeaa2bd7b5bbbd9dd0e1aa3153dfab4b2b doc/en/conf.py
--- a/doc/en/conf.py
+++ b/doc/en/conf.py
@@ -17,7 +17,7 @@
 #
 # The full version, including alpha/beta/rc tags.
 # The short X.Y version.
-version = release = "2.3.3.1"
+version = release = "2.3.3.2"
 
 import sys, os
 


diff -r 81580e70517e2af175a3848c8a5a2b4ed2dc7770 -r 
e465c4eeaa2bd7b5bbbd9dd0e1aa3153dfab4b2b doc/en/fixture.txt
--- a/doc/en/fixture.txt
+++ b/doc/en/fixture.txt
@@ -168,7 +168,7 @@
         return smtplib.SMTP("merlinux.eu")
 
 The name of the fixture again is ``smtp`` and you can access its result by
-listing the name ``smtp`` as an input parameter in any test or setup
+listing the name ``smtp`` as an input parameter in any test or fixture
 function (in or below the directory where ``conftest.py`` is located)::
 
     # content of test_module.py

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