1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/changeset/73760c710e26/
changeset:   73760c710e26
user:        hpk42
date:        2011-11-08 23:06:57
summary:     avoid race condition in test, fix doc link
affected #:  2 files

diff -r b8e508e8e8bacbe70d0061ca402009c4820afb1c -r 
73760c710e264c56056b9a93c9eeeefbad052e9d doc/announce/index.txt
--- a/doc/announce/index.txt
+++ b/doc/announce/index.txt
@@ -5,6 +5,7 @@
 .. toctree::
    :maxdepth: 2
 
+   release-2.2.0
    release-2.1.3
    release-2.1.2
    release-2.1.1


diff -r b8e508e8e8bacbe70d0061ca402009c4820afb1c -r 
73760c710e264c56056b9a93c9eeeefbad052e9d testing/acceptance_test.py
--- a/testing/acceptance_test.py
+++ b/testing/acceptance_test.py
@@ -538,7 +538,6 @@
         frag = 0.01
         def setup_function(func):
             time.sleep(frag * 3)
-
         def test_1():
             time.sleep(frag*2)
         def test_2():
@@ -552,7 +551,6 @@
         result.stdout.fnmatch_lines([
             "*durations*",
             "*setup*test_1*",
-            "*setup*test_2*",
             "*call*test_1*",
             "*call*test_2*",
         ])

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