roll test_long_chain in with other boolop tests
This commit is contained in:
parent
6096aeca53
commit
a59c2c9e17
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue