roll test_long_chain in with other boolop tests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user