Closed asottile closed 4 years ago
There's prior art in our assertions.wait_for that does what anthony expects:
result = assertion()
if result is not None:
# A value was returned. Was it truthy?
assert result, 'Not truthy: %r' % result
@asottile This should be a quick fix for you some day when you have downtime.