roll test_long_chain in with other boolop tests

This commit is contained in:
Benjamin Peterson 2011-07-11 09:24:07 -05:00
parent 6096aeca53
commit a59c2c9e17
1 changed files with 0 additions and 2 deletions

View File

@ -137,8 +137,6 @@ class TestAssertionRewrite:
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()