[py-svn] commit/pytest: gutworth: roll test_long_chain in with other boolop tests

Bitbucket commits-noreply at bitbucket.org
Mon Jul 11 16:21:38 CEST 2011


1 new changeset in pytest:

http://bitbucket.org/hpk42/pytest/changeset/f49bdebb6345/
changeset:   f49bdebb6345
user:        gutworth
date:        2011-07-11 16:24:07
summary:     roll test_long_chain in with other boolop tests
affected #:  1 file (32 bytes)

--- a/testing/test_assertrewrite.py	Mon Jul 11 11:57:47 2011 +0200
+++ b/testing/test_assertrewrite.py	Mon Jul 11 09:24:07 2011 -0500
@@ -137,8 +137,6 @@
             g = False
             assert f or g
         getmsg(f, must_pass=True)
-
-    def test_long_chain(self):
         def f():
             f = g = h = lambda: True
             assert f() and g() and h()

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